public interface BrokerProcessorSearchOrder extends OsidProcessorSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
BrokerProcessorSearchOrderRecord |
getBrokerProcessorSearchOrderRecord(Type brokerProcessorRecordType)
Gets the broker processor search order record corresponding to the
given broker processor record
Type. |
void |
orderByAllowsCompoundRequests(SearchOrderStyle style)
Orders the results by the allows compound requests flag.
|
void |
orderByAllowsProvisionExchange(SearchOrderStyle style)
Orders the results by the allows provision exchange flag.
|
void |
orderByFixedLeaseDuration(SearchOrderStyle style)
Orders the results by the fixed lease duration.
|
void |
orderByLeasing(SearchOrderStyle style)
Orders the results by the leasing flag.
|
void |
orderByMustReturnProvisions(SearchOrderStyle style)
Orders the results by the must return provisions flag.
|
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalvoid orderByLeasing(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByFixedLeaseDuration(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByMustReturnProvisions(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByAllowsProvisionExchange(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByAllowsCompoundRequests(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. BrokerProcessorSearchOrderRecord getBrokerProcessorSearchOrderRecord(Type brokerProcessorRecordType) throws OperationFailedException
Type. Multiple retrievals
return the same underlying object.brokerProcessorRecordType - a broker processor record typeNullArgumentException -
brokerProcessorRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(brokerProcessorRecordType) is
false mandatory - This method must be implemented.