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