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