public interface EngineSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
EngineSearchOrderRecord |
getEngineSearchOrderRecord(Type engineRecordType)
Gets the engine search order record corresponding to the given engine
record Type.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderEngineSearchOrderRecord getEngineSearchOrderRecord(Type engineRecordType) throws OperationFailedException
engineRecordType - an engine record typeNullArgumentException - engineRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(engineRecordType) is false
mandatory - This method must be implemented.