| Interface | osid.search.SearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidSearchOrder | ||
| Description | 
                 An interface for specifying the ordering of search results.  | ||
| Method | getSearchOrderRecord | ||
| Description | 
                     Gets the search order record corresponding to the given 
                    query record   | ||
| Parameters | osid.type.Type | queryRecordType | a query record type | 
| Return | osid.search.records.SearchOrderRecord | the search order record | |
| Errors | NULL_ARGUMENT |  queryRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  hasRecordType(queryRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |