| Interface | osid.provisioning.rules.QueueProcessorEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The queue processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queue processor enablers. | ||
| Method | newQueueProcessorEnablers | ||
| Description |
The callback for notifications of new queue processor enablers. | ||
| Parameters | osid.id.IdList | queueProcessorEnablerIds | the Ids of the new QueueProcessorEnablers |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedQueueProcessorEnablers | ||
| Description |
The callback for notification of updated queue processor enablers. | ||
| Parameters | osid.id.IdList | queueProcessorEnablerIds | the Ids of the updated QueueProcessorEnablers |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedQueueProcessorEnablers | ||
| Description |
The callback for notification of deleted queue processor enablers. | ||
| Parameters | osid.id.IdList | queueProcessorEnablerIds | the Ids of the deleted QueueProcessorEnablers |
| Compliance | mandatory | This method must be implemented. | |