OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListprovisionIds the Ids of the new Provisions
Compliancemandatory This method must be implemented.
MethodchangedProvisions
Description

The callback for notification of updated provisions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprovisionIds the Ids of the updated Provisions
Compliancemandatory This method must be implemented.
MethoddeletedProvisions
Description

The callback for notification of deleted provisions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprovisionIds the Ids of the deleted Provisions
Compliancemandatory This method must be implemented.