OSID Logo
OSID Specifications
tracking rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.rules.QueueProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetQueueProcessorSearchOrderRecord
Description

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

Parametersosid.type.TypequeueProcessorRecordTypea queue processor record type
Returnosid.tracking.rules.records.QueueProcessorSearchOrderRecordthe queue processor search order record
ErrorsNULL_ARGUMENT queueProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(queueProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.