| Interface | osid.provisioning.rules.QueueConstrainerEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getQueueConstrainerEnablerSearchOrderRecord | ||
| Description |
Gets the queue constrainer enabler search order record
corresponding to the given queue constrainer enabler
record | ||
| Parameters | osid.type.Type | queueConstrainerEnablerRecordType | a queue constrainer enabler record type |
| Return | osid.provisioning.rules.records.QueueConstrainerEnablerSearchOrderRecord | the queue constrainer enabler search order record | |
| Errors | NULL_ARGUMENT | queueConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(queueConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |