Interface | osid.provisioning.rules.QueueProcessor | ||
---|---|---|---|
Implements | osid.OsidProcessor | ||
Description |
A | ||
Method | isAutomatic | ||
Description |
Tests if the processing of the queue is automatic. | ||
Return | boolean | true if the queue processing is automatic, false
if processed manually | |
Compliance | mandatory | This method must be implemented. | |
Method | isFifo | ||
Description |
Tests if this queue is first in first out. | ||
Return | boolean | true if the queue is a fifo, false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | removesProcessedQueueEntries | ||
Description |
Tests if processed queue entries are removed. | ||
Return | boolean | true if the processed entries are removed, false
if processed queue entries remain but marked ineffective | |
Compliance | mandatory | This method must be implemented. | |
Method | getQueueProcessorRecord | ||
Description |
Gets the queue processor record corresponding to the
given | ||
Parameters | osid.type.Type | queueProcessorRecordType | the type of queue processor record to retrieve |
Return | osid.provisioning.rules.records.QueueProcessorRecord | the queue processor 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. |