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