Interface | osid.subscription.DispatchSearchOrder | ||
---|---|---|---|
Implements | osid.OsidGovernatorSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getDispatchSearchOrderRecord | ||
Description |
Gets the dispatch search order record corresponding to the given dispatch record Type. Multiple retrievals return the same underlying object. | ||
Parameters | osid.type.Type | dispatchRecordType | a dispatch record type |
Return | osid.subscription.records.DispatchSearchOrderRecord | the dispatch search order record | |
Errors | NULL_ARGUMENT | dispatchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(dispatchRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |