OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.rules.ParameterProcessorEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewParameterProcessorEnablers
Description

The callback for notifications of new parameter processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparameterProcessorEnablerIdsthe Id of the new ParameterProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedParameterProcessorEnablers
Description

The callback for notification of updated parameter processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparameterProcessorEnablerIdsthe Id of the updated ParameterProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedParameterProcessorEnablers
Description

The callback for notification of deleted parameter processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparameterProcessorEnablerIdsthe Id of the deleted ParameterProcessorEnablers
CompliancemandatoryThis method must be implemented.