OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.

Like all OsidReceivers, notifications are delivered to ProcessProcessorReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewProcessProcessors
Description

The callback for notifications of new process processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessProcessorIds the Id of the new ProcessProcessors
Compliancemandatory This method must be implemented.
MethodchangedProcessProcessors
Description

The callback for notification of updated process processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessProcessorIds the Id of the updated ProcessProcessors
Compliancemandatory This method must be implemented.
MethoddeletedProcessProcessors
Description

The callback for notification of deleted process processors.

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