OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.DistributorReceiver
Implementsosid.OsidReceiver
Description

The distributor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Distributor objects.

MethodnewDistributors
Description

The callback for notifications of new distributors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdistributorIds the Ids of the new Distributors
Compliancemandatory This method must be implemented.
MethodchangedDistributors
Description

The callback for notification of updated distributor.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdistributorIds the Ids of the updated Distributors
Compliancemandatory This method must be implemented.
MethoddeletedDistributors
Description

The callback for notification of deleted distributors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdistributorIds the Ids of the deleted Distributors
Compliancemandatory This method must be implemented.
MethodchangedChildOfDistributors
Description

The callback for notifications of changes to children of distributor hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdistributorIds the Ids of the Distributors whose children have changed
Compliancemandatory This method must be implemented.