OSID Logo
OSID Specifications
provisioning package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListdistributorIdsthe Ids of the new Distributors
CompliancemandatoryThis method must be implemented.
MethodchangedDistributors
Description

The callback for notification of updated distributor.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdistributorIdsthe Ids of the updated Distributors
CompliancemandatoryThis method must be implemented.
MethoddeletedDistributors
Description

The callback for notification of deleted distributors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdistributorIdsthe Ids of the deleted Distributors
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfDistributors
Description

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

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdistributorIdsthe Ids of the Distributors whose children have changed
CompliancemandatoryThis method must be implemented.