public interface GraphSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
GraphSearchOrderRecord |
getGraphSearchOrderRecord(Type graphRecordType)
Gets the graph search order record corresponding to the given graph
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderGraphSearchOrderRecord getGraphSearchOrderRecord(Type graphRecordType) throws OperationFailedException
Type. Multiple retrievals return the same underlying
object.graphRecordType - a graph record typeNullArgumentException - graphRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(graphRecordType) is false mandatory - This method must be implemented.