OSID Logo
OSID Specifications
tracking rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.rules.QueueProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetQueueProcessorEnablerSearchOrderRecord
Description

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

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