| Interface | osid.provisioning.rules.ProvisionableEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The provisionable receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newProvisionableEnablers | ||
| Description |
The callback for notifications of new provisionable enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | provisionableEnablerIds | the Id of the new ProvisionableEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProvisionableEnablers | ||
| Description |
The callback for notification of updated provisionable enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | provisionableEnablerIds | the Id of the updated ProvisionableEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProvisionableEnablers | ||
| Description |
The callback for notification of deleted provisionable enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | provisionableEnablerIds | the Id of the deleted ProvisionableEnablers | |
| Compliance | mandatory | This method must be implemented. | |