| Interface | osid.provisioning.rules.QueueConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The queue constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queue constrainer enablers.  | ||
| Method | newQueueConstrainerEnablers | ||
| Description | 
                     The callback for notifications of new queue constrainer enablers.  | ||
| Parameters | osid.id.IdList | queueConstrainerEnablerIds | the  Ids  of the new  QueueConstrainerEnablers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedQueueConstrainerEnablers | ||
| Description | 
                     The callback for notification of updated queue constrainer enablers.  | ||
| Parameters | osid.id.IdList | queueConstrainerEnablerIds | the  Ids  of the updated  QueueConstrainerEnablers 
  | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedQueueConstrainerEnablers | ||
| Description | 
                     The callback for notification of deleted queue constrainer enablers.  | ||
| Parameters | osid.id.IdList | queueConstrainerEnablerIds | the  Ids  of the deleted  QueueConstrainerEnablers 
  | 
| Compliance | mandatory | This method must be implemented. | |