| Interface | osid.workflow.event.WorkflowEventReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The workflow event receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newWorkflowEvents | ||
| Description |
The callback for notifications of new workflow events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | workflowEventIds | the Id of the new WorkflowEvents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedWorkflowEvents | ||
| Description |
The callback for notification of updated workflow events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | workflowEventIds | the Id of the updated WorkflowEvents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedWorkflowEvents | ||
| Description |
The callback for notification of deleted workflow events. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | workflowEventIds | the Id of the deleted WorkflowEvents | |
| Compliance | mandatory | This method must be implemented. | |