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