OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.QueueSearchOrder
Implementsosid.OsidGovernatorSearchOrder
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_ARGUMENT queueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(queueRecordType) is false
CompliancemandatoryThis method must be implemented.