Package com.comalatech.workflow.event
This package define the workflow related events
These events can be listened using standard confluence listener modules
See the Ad hoc Workflows API page for more information.
-
Interface Summary Interface Description ApprovalDueDateExpiredEvent AssignmentEvent Represents an assignment eventContentAssignEvent Deprecated. This interface will be removed in upcoming versions.ContentRejectEvent This event is fired when a content object is rejectedContentUnassignEvent Deprecated. This interface will be removed in upcoming versions.StateChangeEvent This event is fired when the state of a content object is changedStateExpireEvent This event is fired when the state of a content object has expiredStateExpiryUpdatedEvent TaskAssignEvent This event is fired when a tasks is assignedTaskCompleteEvent This event is fired when a task is completedTaskCreateEvent This event is fired when a task is createdTaskDueDateExpiredEvent TaskEvent This class represent a Task-related eventTaskUpdatedEvent WorkflowEvent Parent interface for all workflow page based eventsWorkflowPageParameterUpdatedEvent Event fired when a workflow parameter is updated on an individual pageWorkflowSpaceEvent Parent interface for workflow events that apply to a space.