OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
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.IdnotificationIdthe notification Id
osid.id.IdListprovisionableIdsthe Ids of the new Provisionables
CompliancemandatoryThis method must be implemented.
MethodchangedProvisionable
Description

The callback for notification of updated provisionables.

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

The callback for notification of deleted provisionables.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprovisionableIdsthe Ids of the deleted Provisionables
CompliancemandatoryThis method must be implemented.