OSID Logo
OSID Specifications
tracking package
Version 3.0.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.TypequeueRecordTypea queue record type
Returnosid.tracking.records.QueueSearchOrderRecordthe queue search order record
ErrorsNULL_ARGUMENTqueueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueRecordType) is false
CompliancemandatoryThis method must be implemented.