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

The callback for notification of updated provision enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprovisionEnablerIdsthe Id of the updated ProvisionEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedProvisionEnablers
Description

The callback for notification of deleted provision enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprovisionEnablerIdsthe Id of the deleted ProvisionEnablers
CompliancemandatoryThis method must be implemented.