OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.rules.QueueConstrainerEnablerSearch
Implementsosid.OsidSearch
Description

The search interface for governing queue constrainer enabler searches.

MethodsearchAmongQueueConstrainerEnablers
Description

Execute this search among the given list of queue constrainer enablers.

Parametersosid.id.IdListqueueConstrainerEnablerIdslist of queue constrainer enablers
ErrorsNULL_ARGUMENT queueConstrainerEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderQueueConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.QueueConstrainerEnablerSearchOrderqueueConstrainerEnablerSearchOrderqueue constrainer enabler search order
ErrorsNULL_ARGUMENT queueConstrainerEnablerSearchOrder is null
UNSUPPORTED queueConstrainerEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetQueueConstrainerEnablerSearchRecord
Description

Gets the queue constrainer enabler search record corresponding to the given queue constrainer enabler search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypequeueConstrainerEnablerSearchRecordTypea queue constrainer enabler search record type
Returnosid.provisioning.rules.records.QueueConstrainerEnablerSearchRecordthe queue constrainer enabler search record
ErrorsNULL_ARGUMENT queueConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(queueConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.