OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.QueueConstrainerEnabler
Implementsosid.OsidEnabler
Used Byosid.provisioning.rules.QueueConstrainerEnablerAdminSession
osid.provisioning.rules.QueueConstrainerEnablerList
osid.provisioning.rules.QueueConstrainerEnablerLookupSession
Description

A QueueConstrainerEnabler manages the active status of a QueueConstrainer .

MethodgetQueueConstrainerEnablerRecord
Description

Gets the queue constrainer enabler record corresponding to the given QueueConstrainerEnabler record Type . This method ie used to retrieve an object implementing the requested record. The queueConstrainerEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(queueConstrainerEnablerRecordType) is true.

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