public interface RealmSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
RealmSearchOrderRecord |
getRealmSearchOrderRecord(Type realmRecordType)
Gets the realm search record order corresponding to the given realm
record Type.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderRealmSearchOrderRecord getRealmSearchOrderRecord(Type realmRecordType) throws OperationFailedException
realmRecordType - a realm record typeNullArgumentException - realmRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(realmRecordType) is false mandatory - This method must be implemented.