public interface OntologySearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
OntologySearchOrderRecord |
getOntologySearchOrderRecord(Type ontologyRecordType)
Gets the ontology search order record corresponding to the given
ontology record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
getProviderSearchOrder, orderByProvider, supportsProviderSearchOrder
OntologySearchOrderRecord getOntologySearchOrderRecord(Type ontologyRecordType) throws OperationFailedException
Type.
Multiple retrievals return the
same underlying object.ontologyRecordType
- an ontology record typeNullArgumentException
- ontologyRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(ontologyRecordType)
is false
mandatory
- This method must be implemented.