OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListparameterProcessorEnablerIds the Id of the new ParameterProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedParameterProcessorEnablers
Description

The callback for notification of updated parameter processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListparameterProcessorEnablerIds the Id of the updated ParameterProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedParameterProcessorEnablers
Description

The callback for notification of deleted parameter processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListparameterProcessorEnablerIds the Id of the deleted ParameterProcessorEnablers
Compliancemandatory This method must be implemented.