OSID Logo
OSID Specifications
workflow package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListprocessIds the Ids of the new Processes
Compliancemandatory This method must be implemented.
MethodchangedProcesses
Description

The callback for notification of updated process.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessIds the Ids of the updated Processes
Compliancemandatory This method must be implemented.
MethoddeletedProcesses
Description

The callback for notification of deleted process.

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