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