OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.QueueEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.provisioning.rules.QueueConstrainerEnablerSmartDistributorSession
osid.provisioning.rules.QueueEnablerSearchSession
osid.provisioning.rules.QueueEnablerSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodgetQueueEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypequeueEnablerRecordTypea queue enabler record type
Returnosid.provisioning.rules.records.QueueEnablerSearchOrderRecordthe queue enabler search order record
ErrorsNULL_ARGUMENTqueueEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.