| Interface | osid.provisioning.rules.ProvisionEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The provision receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newProvisionEnablers | ||
| Description |
The callback for notifications of new provision enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | provisionEnablerIds | the Id of the new ProvisionEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProvisionEnablers | ||
| Description |
The callback for notification of updated provision enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | provisionEnablerIds | the Id of the updated ProvisionEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProvisionEnablers | ||
| Description |
The callback for notification of deleted provision enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | provisionEnablerIds | the Id of the deleted ProvisionEnablers | |
| Compliance | mandatory | This method must be implemented. | |