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

The callback for notification of updated parameter processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListparameterProcessorIdsthe Ids of the updated ParameterProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedParameterProcessors
Description

The callback for notification of deleted parameter processors.

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