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