| Interface | osid.provisioning.DistributorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The distributor receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newDistributors | ||
| Description |
The callback for notifications of new distributors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | distributorIds | the Ids of the new Distributors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedDistributors | ||
| Description |
The callback for notification of updated distributor. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | distributorIds | the Ids of the updated Distributors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDistributors | ||
| Description |
The callback for notification of deleted distributors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | distributorIds | the Ids of the deleted Distributors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfDistributors | ||
| Description |
The callback for notifications of changes to children of distributor hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | distributorIds | the Ids of the Distributors whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |