OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.ProcessReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewProcesses
Description

The callback for notifications of new process.

Parametersosid.id.IdListprocessIdsthe Ids of the new Processes
CompliancemandatoryThis method must be implemented.
MethodchangedProcesses
Description

The callback for notification of updated process.

Parametersosid.id.IdListprocessIdsthe Ids of the updated Processes
CompliancemandatoryThis method must be implemented.
MethoddeletedProcesses
Description

The callback for notification of deleted process.

Parametersosid.id.IdListprocessIdsthe Ids of the deleted Processes
CompliancemandatoryThis method must be implemented.