Interface WorkflowEventReceiver
- All Superinterfaces:
OsidReceiver
The workflow event receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
WorkflowEvent objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedWorkflowEvents(Id notificationId, IdList workflowEventIds) The callback for notification of updated workflow events.voiddeletedWorkflowEvents(Id notificationId, IdList workflowEventIds) The callback for notification of deleted workflow events.voidnewWorkflowEvents(Id notificationId, IdList workflowEventIds) The callback for notifications of new workflow events.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newWorkflowEvents
-
changedWorkflowEvents
-
deletedWorkflowEvents
-