OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.QueueConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.provisioning.rules.QueueConstrainerSearchSession
Description

The search interface for governing queue constrainer searches.

MethodsearchAmongQueueConstrainers
Description

Execute this search among the given list of queue constrainers.

Parametersosid.id.IdListqueueConstrainerIds list of queue constrainer
ErrorsNULL_ARGUMENT queueConstrainerIds is null
Compliancemandatory This method must be implemented.
MethodorderQueueConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.provisioning.rules.QueueConstrainerSearchOrderqueueConstrainerSearchOrder queue constrainer search order
ErrorsNULL_ARGUMENT queueConstrainerSearchOrder is null
UNSUPPORTED queueConstrainerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetQueueConstrainerSearchRecord
Description

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

Parametersosid.type.TypequeueConstrainerSearchRecordType a queue constrainer search record type
Returnosid.provisioning.rules.records.QueueConstrainerSearchRecord the queue constrainer search record
ErrorsNULL_ARGUMENT queueConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.