OSID Logo
OSID Specifications
provisioning package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListprovisionableIds the Ids of the new Provisionables
Compliancemandatory This method must be implemented.
MethodchangedProvisionable
Description

The callback for notification of updated provisionables.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprovisionableIds the Ids of the updated Provisionables
Compliancemandatory This method must be implemented.
MethoddeletedProvisionable
Description

The callback for notification of deleted provisionables.

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