OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListvalueEnablerIdsthe Ids of the new ValueEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedValueEnablers
Description

The callback for notification of updated value enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvalueEnablerIdsthe Ids of the updated ValueEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedValueEnablers
Description

The callback for notification of deleted value enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListvalueEnablerIdsthe Ids of the deleted ValueEnablers
CompliancemandatoryThis method must be implemented.