Uses of Class
org.flowable.bpmn.model.VariableListenerEventDefinition
Packages that use VariableListenerEventDefinition
Package
Description
Helper classes for testing processes.
-
Uses of VariableListenerEventDefinition in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return VariableListenerEventDefinitionMethods in org.flowable.bpmn.model with parameters of type VariableListenerEventDefinitionModifier and TypeMethodDescriptionvoidVariableListenerEventDefinition.setValues(VariableListenerEventDefinition otherDefinition) -
Uses of VariableListenerEventDefinition in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type VariableListenerEventDefinitionModifier and TypeMethodDescriptionorg.flowable.engine.impl.bpmn.behavior.BoundaryVariableListenerEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryVariableListenerEventActivityBehavior(BoundaryEvent boundaryEvent, VariableListenerEventDefinition variableListenerEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.EventSubProcessVariableListenerlStartEventActivityBehaviorTestActivityBehaviorFactory.createEventSubProcessVariableListenerlStartEventActivityBehavior(StartEvent startEvent, VariableListenerEventDefinition variableListenerEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchVariableListenerEventActivityBehaviorTestActivityBehaviorFactory.createIntermediateCatchVariableListenerEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, VariableListenerEventDefinition variableListenerEventDefinition)