OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueConstrainerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.tracking.rules.QueueConstrainerEnablerSearchSession
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.IdListqueueConstrainerEnablerIds list of queue constrainer enablers
ErrorsNULL_ARGUMENT queueConstrainerEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderQueueConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.tracking.rules.QueueConstrainerEnablerSearchOrderqueueConstrainerEnablerSearchOrder queue constrainer enabler search order
ErrorsNULL_ARGUMENT queueConstrainerEnablerSearchOrder is null
UNSUPPORTED queueConstrainerEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypequeueConstrainerEnablerSearchRecordType a queue constrainer enabler search record type
Returnosid.tracking.rules.records.QueueConstrainerEnablerSearchRecord the queue constrainer enabler search record
ErrorsNULL_ARGUMENT queueConstrainerEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueConstrainerEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.