OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.ProvisionReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewProvisions
Description

The callback for notifications of new provisions.

Parametersosid.id.IdListprovisionIdsthe Ids of the new Provisions
CompliancemandatoryThis method must be implemented.
MethodchangedProvisions
Description

The callback for notification of updated provisions.

Parametersosid.id.IdListprovisionIdsthe Ids of the updated Provisions
CompliancemandatoryThis method must be implemented.
MethoddeletedProvisions
Description

The callback for notification of deleted provisions.

Parametersosid.id.IdListprovisionIdsthe Ids of the deleted Provisions
CompliancemandatoryThis method must be implemented.