OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListprovisionableEnablerIdsthe Id of the new ProvisionableEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedProvisionableEnablers
Description

The callback for notification of updated provisionable enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprovisionableEnablerIdsthe Id of the updated ProvisionableEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedProvisionableEnablers
Description

The callback for notification of deleted provisionable enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprovisionableEnablerIdsthe Id of the deleted ProvisionableEnablers
CompliancemandatoryThis method must be implemented.