OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ValueEnablerReceiver
Implementsosid.OsidReceiver
Description

The value enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted value enablers.

MethodnewValueEnablers
Description

The callback for notifications of new value enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvalueEnablerIds the Ids of the new ValueEnablers
Compliancemandatory This method must be implemented.
MethodchangedValueEnablers
Description

The callback for notification of updated value enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvalueEnablerIds the Ids of the updated ValueEnablers
Compliancemandatory This method must be implemented.
MethoddeletedValueEnablers
Description

The callback for notification of deleted value enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListvalueEnablerIds the Ids of the deleted ValueEnablers
Compliancemandatory This method must be implemented.