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

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

MethodnewProvisionEnablers
Description

The callback for notifications of new provision enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprovisionEnablerIds the Id of the new ProvisionEnablers
Compliancemandatory This method must be implemented.
MethodchangedProvisionEnablers
Description

The callback for notification of updated provision enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprovisionEnablerIds the Id of the updated ProvisionEnablers
Compliancemandatory This method must be implemented.
MethoddeletedProvisionEnablers
Description

The callback for notification of deleted provision enablers.

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