OSID Logo
OSID Specifications
tracking package
Version 3.1.0
Interfaceosid.tracking.QueueSearchOrder
Implementsosid.OsidGovernatorSearchOrder
Used Byosid.tracking.IssueSearchOrder
osid.tracking.QueueSearchSession
osid.tracking.QueueSmartFrontOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetQueueSearchOrderRecord
Description

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

Parametersosid.type.TypequeueRecordType a queue record type
Returnosid.tracking.records.QueueSearchOrderRecord the queue search order record
ErrorsNULL_ARGUMENT queueRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueRecordType) is false
Compliancemandatory This method must be implemented.