Uses of Interface
org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
Packages that use FlowableEngineEvent
Package
Description
-
Uses of FlowableEngineEvent in org.flowable.cmmn.api.event
Subinterfaces of FlowableEngineEvent 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 FlowableEngineEvent in org.flowable.cmmn.engine.impl.event
Classes in org.flowable.cmmn.engine.impl.event that implement FlowableEngineEventModifier 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.class -
Uses of FlowableEngineEvent in org.flowable.common.engine.api.delegate.event
Subinterfaces of FlowableEngineEvent in org.flowable.common.engine.api.delegate.event -
Uses of FlowableEngineEvent in org.flowable.common.engine.impl.event
Classes in org.flowable.common.engine.impl.event that implement FlowableEngineEventModifier and TypeClassDescriptionclassBase class for allFlowableEngineEventimplementations.classBase class for allFlowableEventimplementations, related to entities.classBase class for allFlowableEventimplementations, represents an exception occurred, related to an entity. -
Uses of FlowableEngineEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableEngineEvent in org.flowable.engine.delegate.eventModifier and TypeInterfaceDescriptioninterfaceAnFlowableEventrelated to cancel event being sent to an activity.interfaceAnFlowableEventrelated to an activity within an execution.interfaceinterfaceAnFlowableEventrelated to a conditional being sent to an activity.interfaceAnFlowableEventrelated to an error being sent to an activity.interfaceAnFlowableEventrelated to an escalation being sent to an activity.interfaceAnFlowableEventrelated to an message being sent to an activity.interfaceAnFlowableEventrelated to cancel event being sent to an activity.interfaceinterfaceAFlowableEventrelated to a multi-instance activity within an execution.interfaceEvent interface forFlowableEventimplementations related to the process engine, exposing process engine specific functions.interfaceAnFlowableEventthat indicates a certain sequence flow has been taken.interfaceAnFlowableEventrelated to a signal being sent to an activity.Methods in org.flowable.engine.delegate.event with parameters of type FlowableEngineEventModifier and TypeMethodDescriptionprotected voidAbstractFlowableEngineEventListener.custom(FlowableEngineEvent event) protected DelegateExecutionAbstractFlowableEngineEventListener.getExecution(FlowableEngineEvent event) -
Uses of FlowableEngineEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableEngineEventModifier and TypeClassDescriptionclassAnFlowableActivityCancelledEventimplementation.classImplementation of anFlowableActivityEvent.classAnFlowableConditionalEventimplementation.classBase 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.classImplementation of anFlowableErrorEvent.classAnFlowableEscalationEventimplementation.classclassAnFlowableSignalEventimplementation.classAnFlowableMultiInstanceActivityCancelledEventimplementation.classImplementation of anFlowableMultiInstanceActivityCompletedEvent.classImplementation of anFlowableMultiInstanceActivityEvent.classAnFlowableCancelledEventimplementation.classclassAnFlowableCancelledEventimplementation.classAnFlowableProcessTerminatedEventimplementation.classclassAnFlowableSignalEventimplementation.classImplementation ofFlowableVariableEvent. -
Uses of FlowableEngineEvent in org.flowable.variable.api.event
Subinterfaces of FlowableEngineEvent in org.flowable.variable.api.event -
Uses of FlowableEngineEvent in org.flowable.variable.service.event.impl
Classes in org.flowable.variable.service.event.impl that implement FlowableEngineEvent