Uses of Interface
org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
Packages that use FlowableEntityEvent
Package
Description
-
Uses of FlowableEntityEvent in org.flowable.cmmn.api.event
Subinterfaces of FlowableEntityEvent in org.flowable.cmmn.api.eventModifier and TypeInterfaceDescriptioninterface
The interface for a case ended event, which might be a case completed or case terminated event.interface
An event representing a CMMN case stage being ended either manually through termination or with an exit sentry or by completing it.interface
An event representing a CMMN case stage being started.interface
-
Uses of FlowableEntityEvent in org.flowable.cmmn.engine.impl.event
Classes in org.flowable.cmmn.engine.impl.event that implement FlowableEntityEventModifier and TypeClassDescriptionclass
Implementation of the case completed event.class
Implements a CMMN case stage ending event, holding the case and stage instances as well as the ending state of the stage.class
Implements a CMMN case stage started event, holding the case and stage instances.class
Methods in org.flowable.cmmn.engine.impl.event that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEvent
FlowableCmmnEventBuilder.createTaskAssignedEvent
(Task task) static FlowableEntityEvent
FlowableCmmnEventBuilder.createTaskCompletedEvent
(Task task) static FlowableEntityEvent
FlowableCmmnEventBuilder.createTaskCreatedEvent
(Task task) -
Uses of FlowableEntityEvent in org.flowable.common.engine.api.delegate.event
Subinterfaces of FlowableEntityEvent in org.flowable.common.engine.api.delegate.event -
Uses of FlowableEntityEvent in org.flowable.common.engine.impl.event
Classes in org.flowable.common.engine.impl.event that implement FlowableEntityEventModifier and TypeClassDescriptionclass
Base class for allFlowableEvent
implementations, related to entities.class
Base class for allFlowableEvent
implementations, represents an exception occurred, related to an entity. -
Uses of FlowableEntityEvent in org.flowable.common.engine.impl.persistence.entity
Methods in org.flowable.common.engine.impl.persistence.entity that return FlowableEntityEventModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractEntityManager.createEntityEvent
(FlowableEngineEventType eventType, Entity entity) -
Uses of FlowableEntityEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableEntityEvent in org.flowable.engine.delegate.eventModifier and TypeInterfaceDescriptioninterface
AnFlowableEntityEvent
related to a single entity.interface
interface
AnFlowableEvent
related to start event being sent when a process instance is started.interface
Event extends defaultFlowableEntityEvent
with the cause of termination -
Uses of FlowableEntityEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableEntityEventModifier and TypeClassDescriptionclass
Base class for allFlowableEvent
implementations, related to entities.class
Base class for allFlowableEvent
implementations, represents an exception occurred, related to an entity.class
Base class for allFlowableEngineEntityEvent
implementations, related to entities with variables.class
class
AnFlowableCancelledEvent
implementation.class
AnFlowableProcessTerminatedEvent
implementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEvent
FlowableEventBuilder.createEntityEvent
(FlowableEngineEventType type, Object entity) static FlowableEntityEvent
FlowableEventBuilder.createEntityEvent
(FlowableEngineEventType type, Object entity, String executionId, String processInstanceId, String processDefinitionId) static FlowableEntityEvent
FlowableEventBuilder.createEntityExceptionEvent
(FlowableEngineEventType type, Object entity, Throwable cause) static FlowableEntityEvent
FlowableEventBuilder.createEntityExceptionEvent
(FlowableEngineEventType type, Object entity, Throwable cause, String executionId, String processInstanceId, String processDefinitionId) -
Uses of FlowableEntityEvent in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity that return FlowableEntityEventModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractProcessEngineEntityManager.createEntityEvent
(FlowableEngineEventType eventType, Entity entity) -
Uses of FlowableEntityEvent in org.flowable.identitylink.service.event.impl
Methods in org.flowable.identitylink.service.event.impl that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEvent
FlowableIdentityLinkEventBuilder.createEntityEvent
(FlowableEngineEventType type, Object entity) -
Uses of FlowableEntityEvent in org.flowable.idm.engine.delegate.event.impl
Classes in org.flowable.idm.engine.delegate.event.impl that implement FlowableEntityEventModifier and TypeClassDescriptionclass
Base class for allFlowableIdmEventImpl
implementations, related to entities.Methods in org.flowable.idm.engine.delegate.event.impl that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEvent
FlowableIdmEventBuilder.createEntityEvent
(FlowableIdmEventType type, Object entity) -
Uses of FlowableEntityEvent in org.flowable.idm.engine.impl.persistence.entity
Methods in org.flowable.idm.engine.impl.persistence.entity that return FlowableEntityEventModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractIdmEngineEntityManager.createEntityEvent
(FlowableEngineEventType eventType, Entity entity) -
Uses of FlowableEntityEvent in org.flowable.job.service.event.impl
Methods in org.flowable.job.service.event.impl that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEvent
FlowableJobEventBuilder.createEntityEvent
(FlowableEngineEventType type, Object entity) static FlowableEntityEvent
FlowableJobEventBuilder.createEntityExceptionEvent
(FlowableEngineEventType type, Object entity, Throwable cause) -
Uses of FlowableEntityEvent in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity that return FlowableEntityEventModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractJobServiceEngineEntityManager.createEntityEvent
(FlowableEngineEventType eventType, Entity entity) -
Uses of FlowableEntityEvent in org.flowable.task.service.event.impl
Methods in org.flowable.task.service.event.impl that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEvent
FlowableTaskEventBuilder.createEntityEvent
(FlowableEngineEventType type, Object entity) -
Uses of FlowableEntityEvent in org.flowable.task.service.impl.persistence.entity
Methods in org.flowable.task.service.impl.persistence.entity that return FlowableEntityEventModifier and TypeMethodDescriptionprotected FlowableEntityEvent
AbstractTaskServiceEntityManager.createEntityEvent
(FlowableEngineEventType eventType, Entity entity) -
Uses of FlowableEntityEvent in org.flowable.variable.service.event.impl
Methods in org.flowable.variable.service.event.impl that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEvent
FlowableVariableEventBuilder.createEntityEvent
(FlowableEngineEventType type, Object entity)