OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
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.IdListdistributorIdsthe Ids of the new Distributors
CompliancemandatoryThis method must be implemented.
MethodnewAncestorDistributor
Description

The callback for notifications of new distributor ancestors.

Parametersosid.id.IddistributorIdthe Id of the Distributor
osid.id.IdancestorIdthe Id of the new Distributor ancestor
CompliancemandatoryThis method must be implemented.
MethodnewDescendantDistributor
Description

The callback for notifications of new distributor descendants.

Parametersosid.id.IddistributorIdthe Id of the Distributor
osid.id.IddescendantIdthe Id of the new Distributor descendant
CompliancemandatoryThis method must be implemented.
MethodchangedDistributors
Description

The callback for notification of updated distributor.

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

The callback for notification of deleted distributors.

Parametersosid.id.IdListdistributorIdsthe Ids of the deleted Distributors
CompliancemandatoryThis method must be implemented.
MethoddeletedAncestorDistributor
Description

The callback for notifications of deleted distributor ancestors.

Parametersosid.id.IddistributorIdthe Id of the Distributor
osid.id.IdancestorIdthe Id of the removed Distributor ancestor
CompliancemandatoryThis method must be implemented.
MethoddeletedDescendantDistributor
Description

The callback for notifications of deleted distributor descendants.

Parametersosid.id.IddistributorIdthe Id of the Distributor
osid.id.IddescendantIdthe Id of the removed Distributor descendant
CompliancemandatoryThis method must be implemented.
MethodrestructuredDistributorHierarchy
Description

The callback for notifications of changes to a distributor hierarchy where the hierarchy needs to refreshed.

CompliancemandatoryThis method must be implemented.