public interface QueueProcessorSearchOrder extends OsidProcessorSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
QueueProcessorSearchOrderRecord |
getQueueProcessorSearchOrderRecord(Type queueProcessorRecordType)
Gets the queue processor search order record corresponding to the
given queue processor record
Type. |
void |
orderByAutomatic(SearchOrderStyle style)
Orders the results by automatic processing.
|
void |
orderByFifo(SearchOrderStyle style)
Orders the results by the fifo processing.
|
void |
orderByRemovesProcessedQueueEntries(SearchOrderStyle style)
Orders the results by the removal of procesed queue entries.
|
getRuleSearchOrder, orderByRule, supportsRuleSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
orderByActive, orderByDisabled, orderByEnabled, orderByOperational
void orderByAutomatic(SearchOrderStyle style)
style
- search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByFifo(SearchOrderStyle style)
style
- search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByRemovesProcessedQueueEntries(SearchOrderStyle style)
style
- search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. QueueProcessorSearchOrderRecord getQueueProcessorSearchOrderRecord(Type queueProcessorRecordType) throws OperationFailedException
Type.
Multiple retrievals
return the same underlying object.queueProcessorRecordType
- a queue processor record typeNullArgumentException
- queueProcessorRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(queueProcessorRecordType)
is
false
mandatory
- This method must be implemented.