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