OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.QueueConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.provisioning.rules.QueueConstrainerEnablerSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetQueueConstrainerEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypequeueConstrainerEnablerRecordType a queue constrainer enabler record type
Returnosid.provisioning.rules.records.QueueConstrainerEnablerSearchOrderRecord the queue constrainer enabler search order record
ErrorsNULL_ARGUMENT queueConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.