public interface BrokerSearchOrder extends OsidGovernatorSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
BrokerSearchOrderRecord |
getBrokerSearchOrderRecord(Type brokerRecordType)
Gets the broker search order record corresponding to the given broker
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalgetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderBrokerSearchOrderRecord getBrokerSearchOrderRecord(Type brokerRecordType) throws OperationFailedException
Type. Multiple retrievals return the same underlying
object.brokerRecordType - a broker record typeNullArgumentException - brokerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(brokerRecordType) is false
mandatory - This method must be implemented.