public interface SearchOrder extends OsidSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
SearchOrderRecord |
getSearchOrderRecord(Type queryRecordType)
Gets the search order record corresponding to the given query record
Type. |
SearchOrderRecord getSearchOrderRecord(Type queryRecordType) throws OperationFailedException, PermissionDeniedException
Type. Multiple retrievals return the same underlying
object.queryRecordType - a query record typeNullArgumentException - queryRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(queryRecordType) is false mandatory - This method must be implemented.