| Interface | osid.provisioning.rules.PoolConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The pool receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newPoolConstrainerEnablers | ||
| Description |
The callback for notifications of new pool constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | poolConstrainerEnablerIds | the Id of the new PoolConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPoolConstrainerEnablers | ||
| Description |
The callback for notification of updated pool constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | poolConstrainerEnablerIds | the Id of the updated PoolConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPoolConstrainerEnablers | ||
| Description |
The callback for notification of deleted pool constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | poolConstrainerEnablerIds | the Id of the deleted PoolConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |