OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.QueueConstrainerEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.provisioning.rules.QueueConstrainerEnablerAdminSession
Description

This is the form for creating and updating QueueConstrainerEnablers . Like all OsidForms , various data elements may be set here for use in the create and update methods in the QueueConstrainerEnablerAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetQueueConstrainerEnablerFormRecord
Description

Gets the QueueConstrainerEnablerFormRecord corresponding to the given queue constrainer enabler record Type .

Parametersosid.type.TypequeueConstrainerEnablerRecordTypea queue constrainer enabler record type
Returnosid.provisioning.rules.records.QueueConstrainerEnablerFormRecordthe queue constrainer enabler form record
ErrorsNULL_ARGUMENTqueueConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.