OSID Logo
OSID Specifications
workflow event package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListworkflowEventIds the Id of the new WorkflowEvents
Compliancemandatory This method must be implemented.
MethodchangedWorkflowEvents
Description

The callback for notification of updated workflow events.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListworkflowEventIds the Id of the updated WorkflowEvents
Compliancemandatory This method must be implemented.
MethoddeletedWorkflowEvents
Description

The callback for notification of deleted workflow events.

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