OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueEnablerSearch
Implementsosid.OsidSearch
Used Byosid.tracking.rules.QueueEnablerSearchSession
Description

The search interface for governing queue enabler searches.

MethodsearchAmongQueueEnablers
Description

Execute this search among the given list of queue enablers.

Parametersosid.id.IdListqueueEnablerIds list of queue enablers
ErrorsNULL_ARGUMENT queueEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderQueueEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.tracking.rules.QueueEnablerSearchOrderqueueEnablerSearchOrder queue enabler search order
ErrorsNULL_ARGUMENT queueEnablerSearchOrder is null
UNSUPPORTED queueEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetQueueEnablerSearchRecord
Description

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

Parametersosid.type.TypequeueEnablerSearchRecordType a queue enabler search record type
Returnosid.tracking.rules.records.QueueEnablerSearchRecord the queue enabler search record
ErrorsNULL_ARGUMENT queueEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.