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

The provisionable receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted provisionables.

MethodnewProvisionable
Description

The callback for notifications of new provisionables.

Parametersosid.id.IdListprovisionableIdsthe Ids of the new Provisionables
CompliancemandatoryThis method must be implemented.
MethodchangedProvisionable
Description

The callback for notification of updated provisionables.

Parametersosid.id.IdListprovisionableIdsthe Ids of the updated Provisionables
CompliancemandatoryThis method must be implemented.
MethoddeletedProvisionable
Description

The callback for notification of deleted provisionables.

Parametersosid.id.IdListprovisionableIdsthe Ids of the deleted Provisionables
CompliancemandatoryThis method must be implemented.