| 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.IdList | distributorIds | the  Ids  of the new  Distributors   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | newAncestorDistributor | ||
| Description | 
                     The callback for notifications of new distributor ancestors.  | ||
| Parameters | osid.id.Id | distributorId | the  Id  of the  Distributor   | 
osid.id.Id | ancestorId | the  Id  of the new  Distributor  ancestor  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | newDescendantDistributor | ||
| Description | 
                     The callback for notifications of new distributor descendants.  | ||
| Parameters | osid.id.Id | distributorId | the  Id  of the  Distributor   | 
osid.id.Id | descendantId | the  Id  of the new  Distributor  descendant  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedDistributors | ||
| Description | 
                     The callback for notification of updated distributor.  | ||
| Parameters | 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.IdList | distributorIds | the  Ids  of the deleted  Distributors   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAncestorDistributor | ||
| Description | 
                     The callback for notifications of deleted distributor ancestors.  | ||
| Parameters | osid.id.Id | distributorId | the  Id  of the  Distributor   | 
osid.id.Id | ancestorId | the  Id  of the removed  Distributor  ancestor  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDescendantDistributor | ||
| Description | 
                     The callback for notifications of deleted distributor descendants.  | ||
| Parameters | osid.id.Id | distributorId | the  Id  of the  Distributor   | 
osid.id.Id | descendantId | the  Id  of the removed  Distributor  descendant  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | restructuredDistributorHierarchy | ||
| Description | 
                     The callback for notifications of changes to a distributor hierarchy where the hierarchy needs to refreshed.  | ||
| Compliance | mandatory | This method must be implemented. | |