| Interface | osid.provisioning.rules.QueueConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The queue receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newQueueConstrainers | ||
| Description |
The callback for notifications of new queue constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | queueConstrainerIds | the Id of the new QueueConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedQueueConstrainers | ||
| Description |
The callback for notification of updated queue constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | queueConstrainerIds | the Id of the updated QueueConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedQueueConstrainers | ||
| Description |
The callback for notification of deleted queue constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | queueConstrainerIds | the Id of the deleted QueueConstrainers | |
| Compliance | mandatory | This method must be implemented. | |