Uses of Interface
org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
-
Packages that use FlowableSequenceFlowTakenEvent Package Description org.flowable.engine.delegate.event org.flowable.engine.delegate.event.impl -
-
Uses of FlowableSequenceFlowTakenEvent in org.flowable.engine.delegate.event
Methods in org.flowable.engine.delegate.event with parameters of type FlowableSequenceFlowTakenEvent Modifier and Type Method Description protected voidAbstractFlowableEngineEventListener. sequenceFlowTaken(FlowableSequenceFlowTakenEvent event) -
Uses of FlowableSequenceFlowTakenEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableSequenceFlowTakenEvent Modifier and Type Class Description classFlowableSequenceFlowTakenEventImplMethods in org.flowable.engine.delegate.event.impl that return FlowableSequenceFlowTakenEvent Modifier and Type Method Description static FlowableSequenceFlowTakenEventFlowableEventBuilder. createSequenceFlowTakenEvent(ExecutionEntity executionEntity, FlowableEngineEventType type, String sequenceFlowId, String sourceActivityId, String sourceActivityName, String sourceActivityType, Object sourceActivityBehavior, String targetActivityId, String targetActivityName, String targetActivityType, Object targetActivityBehavior)
-