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 TypeInterfaceDescriptioninterfaceThe interface for a case ended event, which might be a case completed or case terminated event.interfaceAn event representing a CMMN case stage being ended either manually through termination or with an exit sentry or by completing it.interfaceAn 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 TypeClassDescriptionclassImplementation of the case completed event.classImplements a CMMN case stage ending event, holding the case and stage instances as well as the ending state of the stage.classImplements a CMMN case stage started event, holding the case and stage instances.classMethods in org.flowable.cmmn.engine.impl.event that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEventFlowableCmmnEventBuilder.createTaskAssignedEvent(Task task) static FlowableEntityEventFlowableCmmnEventBuilder.createTaskCompletedEvent(Task task) static FlowableEntityEventFlowableCmmnEventBuilder.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 TypeClassDescriptionclassBase class for allFlowableEventimplementations, related to entities.classBase class for allFlowableEventimplementations, 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 FlowableEntityEventAbstractEntityManager.createEntityEvent(FlowableEngineEventType eventType, Entity entity) -
Uses of FlowableEntityEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableEntityEvent in org.flowable.engine.delegate.eventModifier and TypeInterfaceDescriptioninterfaceAnFlowableEntityEventrelated to a single entity.interfaceinterfaceAnFlowableEventrelated to start event being sent when a process instance is started.interfaceEvent extends defaultFlowableEntityEventwith 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 TypeClassDescriptionclassBase class for allFlowableEventimplementations, related to entities.classBase class for allFlowableEventimplementations, represents an exception occurred, related to an entity.classBase class for allFlowableEngineEntityEventimplementations, related to entities with variables.classclassAnFlowableCancelledEventimplementation.classAnFlowableProcessTerminatedEventimplementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEventFlowableEventBuilder.createEntityEvent(FlowableEngineEventType type, Object entity) static FlowableEntityEventFlowableEventBuilder.createEntityEvent(FlowableEngineEventType type, Object entity, String executionId, String processInstanceId, String processDefinitionId) static FlowableEntityEventFlowableEventBuilder.createEntityExceptionEvent(FlowableEngineEventType type, Object entity, Throwable cause) static FlowableEntityEventFlowableEventBuilder.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 FlowableEntityEventAbstractProcessEngineEntityManager.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 FlowableEntityEventFlowableIdentityLinkEventBuilder.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 TypeClassDescriptionclassBase class for allFlowableIdmEventImplimplementations, related to entities.Methods in org.flowable.idm.engine.delegate.event.impl that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEventFlowableIdmEventBuilder.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 FlowableEntityEventAbstractIdmEngineEntityManager.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 FlowableEntityEventFlowableJobEventBuilder.createEntityEvent(FlowableEngineEventType type, Object entity) static FlowableEntityEventFlowableJobEventBuilder.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 FlowableEntityEventAbstractJobServiceEngineEntityManager.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 FlowableEntityEventFlowableTaskEventBuilder.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 FlowableEntityEventAbstractTaskServiceEntityManager.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 FlowableEntityEventFlowableVariableEventBuilder.createEntityEvent(FlowableEngineEventType type, Object entity)