public interface QueueConstrainerSearchOrder extends OsidConstrainerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
QueueConstrainerSearchOrderRecord |
getQueueConstrainerSearchOrderRecord(Type queueConstrainerRecordType)
Gets the queue constrainer search order record corresponding to the
given queue constrainer record
Type. |
void |
orderByRequiresProvisions(SearchOrderStyle style)
Orders the results by the requires provisions flag.
|
void |
orderBySizeLimit(SearchOrderStyle style)
Orders the results by queue size limit.
|
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalvoid orderBySizeLimit(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByRequiresProvisions(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. QueueConstrainerSearchOrderRecord getQueueConstrainerSearchOrderRecord(Type queueConstrainerRecordType) throws OperationFailedException
Type. Multiple
retrievals return the same underlying object.queueConstrainerRecordType - a queue constrainer record typeNullArgumentException -
queueConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(queueConstrainerRecordType) is
false mandatory - This method must be implemented.