public interface BrokerConstrainerSearchOrder extends OsidConstrainerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
BrokerConstrainerSearchOrderRecord |
getBrokerConstrainerSearchOrderRecord(Type brokerConstrainerRecordType)
Gets the broker constrainer search order record corresponding to the
given broker constrainer record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalBrokerConstrainerSearchOrderRecord getBrokerConstrainerSearchOrderRecord(Type brokerConstrainerRecordType) throws OperationFailedException
Type. Multiple
retrievals return the same underlying object.brokerConstrainerRecordType - a broker constrainer record typeNullArgumentException -
brokerConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(brokerConstrainerRecordType) is
false mandatory - This method must be implemented.