| Interface | osid.provisioning.rules.QueueProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The queue processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queue processors. | ||
| Method | newQueueProcessors | ||
| Description |
The callback for notifications of new queue processors. | ||
| Parameters | osid.id.IdList | queueProcessorIds | the Ids of the new QueueProcessors |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedQueueProcessors | ||
| Description |
The callback for notification of updated queue processors. | ||
| Parameters | osid.id.IdList | queueProcessorIds | the Ids of the updated QueueProcessors |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedQueueProcessors | ||
| Description |
The callback for notification of deleted queue processors. | ||
| Parameters | osid.id.IdList | queueProcessorIds | the Ids of the deleted QueueProcessors |
| Compliance | mandatory | This method must be implemented. | |