OSID Logo
OSID Specifications
workflow event package
Version 3.0.0
Interfaceosid.workflow.event.WorkflowEventReceiver
Implementsosid.OsidReceiver
Description

The workflow event receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted WorkflowEvent objects.

MethodnewWorkflowEvents
Description

The callback for notifications of new workflow events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListworkflowEventIdsthe Id of the new WorkflowEvents
CompliancemandatoryThis method must be implemented.
MethodchangedWorkflowEvents
Description

The callback for notification of updated workflow events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListworkflowEventIdsthe Id of the updated WorkflowEvents
CompliancemandatoryThis method must be implemented.
MethoddeletedWorkflowEvents
Description

The callback for notification of deleted workflow events.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListworkflowEventIdsthe Id of the deleted WorkflowEvents
CompliancemandatoryThis method must be implemented.