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, supportsRuleSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
orderByActive, orderByDisabled, orderByEnabled, orderByOperational
BrokerConstrainerSearchOrderRecord 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.