Uses of Interface
com.comalatech.workflow.event.WorkflowEvent
-
Packages that use WorkflowEvent Package Description com.comalatech.workflow.event This package define the workflow related eventscom.comalatech.workflow.event.approval -
-
Uses of WorkflowEvent in com.comalatech.workflow.event
Subinterfaces of WorkflowEvent in com.comalatech.workflow.event Modifier and Type Interface Description interface
ApprovalDueDateExpiredEvent
interface
ContentApproveEvent
This event is fired when a content object is approvedinterface
ContentAssignEvent
Deprecated.This interface will be removed in upcoming versions.interface
ContentRejectEvent
This event is fired when a content object is rejectedinterface
ContentUnassignEvent
Deprecated.This interface will be removed in upcoming versions.interface
StateChangeEvent
This event is fired when the state of a content object is changedinterface
StateExpireEvent
This event is fired when the state of a content object has expiredinterface
StateExpiryUpdatedEvent
interface
TaskAssignEvent
This event is fired when a tasks is assignedinterface
TaskCloseEvent
This event is fired when a task is closedinterface
TaskCompleteEvent
This event is fired when a task is completedinterface
TaskCreateEvent
This event is fired when a task is createdinterface
TaskDueDateExpiredEvent
interface
TaskEvent
This class represent a Task-related eventinterface
TaskUpdatedEvent
interface
WorkflowPageParameterUpdatedEvent
Event fired when a workflow parameter is updated on an individual page -
Uses of WorkflowEvent in com.comalatech.workflow.event.approval
Subinterfaces of WorkflowEvent in com.comalatech.workflow.event.approval Modifier and Type Interface Description interface
ApprovalApprovedEvent
The ApprovalApprovedEvent is fired when a partial or final approval is giveninterface
ApprovalAssignedEvent
interface
ApprovalEvent
The ApprovalEvent is fired when a partial or final approval/rejection is giveninterface
ApprovalRejectedEvent
The ApprovalRejectedEvent is fired when a partial or final rejection is giveninterface
ApprovalUnassignedEvent
-