public interface StateSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
StateSearchOrderRecord |
getStateSearchOrderRecord(Type stateRecordType)
Gets the state search order record corresponding to the given state
record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeStateSearchOrderRecord getStateSearchOrderRecord(Type stateRecordType) throws OperationFailedException
Type. Multiple retrievals return the same
underlying object.stateRecordType - a state record typeNullArgumentException - stateRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(stateRecordType) is false mandatory - This method must be implemented.