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.

Like all OsidReceivers, notifications are delivered to ProvisionEnablerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

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.