Uses of Class
org.flowable.engine.impl.bpmn.behavior.BoundaryEventRegistryEventActivityBehavior
-
Packages that use BoundaryEventRegistryEventActivityBehavior Package Description org.flowable.engine.impl.bpmn.parser.factory org.flowable.engine.test 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 BoundaryEventRegistryEventActivityBehavior Modifier and Type Method Description BoundaryEventRegistryEventActivityBehaviorActivityBehaviorFactory. createBoundaryEventRegistryEventActivityBehavior(org.flowable.bpmn.model.BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting)BoundaryEventRegistryEventActivityBehaviorDefaultActivityBehaviorFactory. createBoundaryEventRegistryEventActivityBehavior(org.flowable.bpmn.model.BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting) -
Uses of BoundaryEventRegistryEventActivityBehavior in org.flowable.engine.test
Methods in org.flowable.engine.test that return BoundaryEventRegistryEventActivityBehavior Modifier and Type Method Description BoundaryEventRegistryEventActivityBehaviorTestActivityBehaviorFactory. createBoundaryEventRegistryEventActivityBehavior(org.flowable.bpmn.model.BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting)
-