OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.tracking.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.IdListfrontOfficeIds list of queue constrainers
ErrorsNULL_ARGUMENT frontOfficeIds is null
Compliancemandatory This method must be implemented.
MethodorderQueueConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.tracking.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.tracking.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.