Uses of Class
org.flowable.engine.impl.bpmn.behavior.BoundaryEventRegistryEventActivityBehavior
Packages that use BoundaryEventRegistryEventActivityBehavior
Package
Description
Helper classes for testing processes.
-
Uses of BoundaryEventRegistryEventActivityBehavior in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory that return BoundaryEventRegistryEventActivityBehaviorModifier and TypeMethodDescriptionActivityBehaviorFactory.createBoundaryEventRegistryEventActivityBehavior
(BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting) DefaultActivityBehaviorFactory.createBoundaryEventRegistryEventActivityBehavior
(BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting) -
Uses of BoundaryEventRegistryEventActivityBehavior in org.flowable.engine.test
Methods in org.flowable.engine.test that return BoundaryEventRegistryEventActivityBehaviorModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createBoundaryEventRegistryEventActivityBehavior
(BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting)