Interface | osid.tracking.rules.QueueConstrainerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidConstrainerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
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.tracking.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. |