| Interface | osid.provisioning.ProvisionReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The provision receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newProvisions | ||
| Description |
The callback for notifications of new provisions. | ||
| Parameters | osid.id.IdList | provisionIds | the Ids of the new Provisions |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProvisions | ||
| Description |
The callback for notification of updated provisions. | ||
| Parameters | osid.id.IdList | provisionIds | the Ids of the updated Provisions |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProvisions | ||
| Description |
The callback for notification of deleted provisions. | ||
| Parameters | osid.id.IdList | provisionIds | the Ids of the deleted Provisions |
| Compliance | mandatory | This method must be implemented. | |