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