| Interface | osid.tracking.QueueSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getQueueSearchOrderRecord | ||
| Description |
Gets the queue search order record corresponding to the
given queue record | ||
| Parameters | osid.type.Type | queueRecordType | a queue record type |
| Return | osid.tracking.records.QueueSearchOrderRecord | the queue search order record | |
| Errors | NULL_ARGUMENT | queueRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(queueRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |