OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.tracking.rules.QueueConstrainerSearchSession
osid.tracking.rules.QueueConstrainerSmartFrontOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetQueueConstrainerSearchOrderRecord
Description

Gets the queue constrainer search order record corresponding to the given queue constrainer record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypequeueConstrainerRecordType a queue constrainer record type
Returnosid.tracking.rules.records.QueueConstrainerSearchOrderRecord the queue constrainer search order record
ErrorsNULL_ARGUMENT queueConstrainerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueConstrainerRecordType) is false
Compliancemandatory This method must be implemented.