OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.ProvisionableEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewProvisionableEnablers
Description

The callback for notifications of new provisionable enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprovisionableEnablerIds the Id of the new ProvisionableEnablers
Compliancemandatory This method must be implemented.
MethodchangedProvisionableEnablers
Description

The callback for notification of updated provisionable enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprovisionableEnablerIds the Id of the updated ProvisionableEnablers
Compliancemandatory This method must be implemented.
MethoddeletedProvisionableEnablers
Description

The callback for notification of deleted provisionable enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprovisionableEnablerIds the Id of the deleted ProvisionableEnablers
Compliancemandatory This method must be implemented.