| Interface | osid.provisioning.rules.PoolEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The pool receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newPoolEnablers | ||
| Description |
The callback for notifications of new pool enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | poolEnablerIds | the Id of the new PoolEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPoolEnablers | ||
| Description |
The callback for notification of updated pool enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | poolEnablerIds | the Id of the updated PoolEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPoolEnablers | ||
| Description |
The callback for notification of deleted pool enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | poolEnablerIds | the Id of the deleted PoolEnablers | |
| Compliance | mandatory | This method must be implemented. | |