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

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

MethodnewParameterProcessors
Description

The callback for notifications of new parameter processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListparameterProcessorIds the Ids of the new ParameterProcessors
Compliancemandatory This method must be implemented.
MethodchangedParameterProcessors
Description

The callback for notification of updated parameter processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListparameterProcessorIds the Ids of the updated ParameterProcessors
Compliancemandatory This method must be implemented.
MethoddeletedParameterProcessors
Description

The callback for notification of deleted parameter processors.

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