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