Interface | osid.provisioning.rules.QueueConstrainerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidConstrainerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | orderBySizeLimit | ||
Description |
Orders the results by queue size limit. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByRequiresProvisions | ||
Description |
Orders the results by the requires provisions flag. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getQueueConstrainerSearchOrderRecord | ||
Description |
Gets the queue constrainer search order record
corresponding to the given queue constrainer record | ||
Parameters | osid.type.Type | queueConstrainerRecordType | a queue constrainer record type |
Return | osid.provisioning.rules.records.QueueConstrainerSearchOrderRecord | the queue constrainer search order record | |
Errors | NULL_ARGUMENT | queueConstrainerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(queueConstrainerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |