OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.QueueConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.provisioning.rules.QueueConstrainerSearchSession
osid.provisioning.rules.QueueConstrainerSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodorderBySizeLimit
Description

Orders the results by queue size limit.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENTstyle is null
CompliancemandatoryThis method must be implemented.
MethodorderByRequiresProvisions
Description

Orders the results by the requires provisions flag.

Parametersosid.SearchOrderStylestylesearch order style
ErrorsNULL_ARGUMENTstyle is null
CompliancemandatoryThis method must be implemented.
MethodgetQueueConstrainerSearchOrderRecord
Description

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

Parametersosid.type.TypequeueConstrainerRecordTypea queue constrainer record type
Returnosid.provisioning.rules.records.QueueConstrainerSearchOrderRecordthe queue constrainer search order record
ErrorsNULL_ARGUMENTqueueConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.