Interface | osid.provisioning.rules.QueueProcessorSearchOrder | ||
---|---|---|---|
Implements | osid.OsidProcessorSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | orderByAutomatic | ||
Description |
Orders the results by automatic processing. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByFifo | ||
Description |
Orders the results by the fifo processing. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByRemovesProcessedQueueEntries | ||
Description |
Orders the results by the removal of procesed queue entries. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getQueueProcessorSearchOrderRecord | ||
Description |
Gets the queue processor search order record
corresponding to the given queue processor record | ||
Parameters | osid.type.Type | queueProcessorRecordType | a queue processor record type |
Return | osid.provisioning.rules.records.QueueProcessorSearchOrderRecord | the queue processor search order record | |
Errors | NULL_ARGUMENT | queueProcessorRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(queueProcessorRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |