OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorReceiver
Implementsosid.OsidReceiver
Description

The process receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ProcessProcessors .

MethodnewProcessProcessors
Description

The callback for notifications of new process processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessProcessorIdsthe Id of the new ProcessProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedProcessProcessors
Description

The callback for notification of updated process processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessProcessorIdsthe Id of the updated ProcessProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedProcessProcessors
Description

The callback for notification of deleted process processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessProcessorIdsthe Id of the deleted ProcessProcessors
CompliancemandatoryThis method must be implemented.