Uses of Class
org.flowable.engine.impl.bpmn.behavior.BoundaryVariableListenerEventActivityBehavior
Packages that use BoundaryVariableListenerEventActivityBehavior
Package
Description
Helper classes for testing processes.
-
Uses of BoundaryVariableListenerEventActivityBehavior in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory that return BoundaryVariableListenerEventActivityBehaviorModifier and TypeMethodDescriptionActivityBehaviorFactory.createBoundaryVariableListenerEventActivityBehavior(org.flowable.bpmn.model.BoundaryEvent boundaryEvent, org.flowable.bpmn.model.VariableListenerEventDefinition variableListenerEventDefinition, boolean interrupting) DefaultActivityBehaviorFactory.createBoundaryVariableListenerEventActivityBehavior(org.flowable.bpmn.model.BoundaryEvent boundaryEvent, org.flowable.bpmn.model.VariableListenerEventDefinition variableListenerEventDefinition, boolean interrupting) -
Uses of BoundaryVariableListenerEventActivityBehavior in org.flowable.engine.test
Methods in org.flowable.engine.test that return BoundaryVariableListenerEventActivityBehaviorModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createBoundaryVariableListenerEventActivityBehavior(org.flowable.bpmn.model.BoundaryEvent boundaryEvent, org.flowable.bpmn.model.VariableListenerEventDefinition variableListenerEventDefinition, boolean interrupting)