Uses of Class
org.flowable.bpmn.model.BoundaryEvent
Packages that use BoundaryEvent
Package
Description
Helper classes for testing processes.
-
Uses of BoundaryEvent in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type BoundaryEventMethods in org.flowable.bpmn.model that return BoundaryEventMethods in org.flowable.bpmn.model that return types with arguments of type BoundaryEventMethods in org.flowable.bpmn.model with parameters of type BoundaryEventMethod parameters in org.flowable.bpmn.model with type arguments of type BoundaryEventModifier and TypeMethodDescriptionvoid
Activity.setBoundaryEvents
(List<BoundaryEvent> boundaryEvents) -
Uses of BoundaryEvent in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type BoundaryEventModifier and TypeMethodDescriptionorg.flowable.engine.impl.bpmn.behavior.BoundaryCompensateEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryCompensateEventActivityBehavior
(BoundaryEvent boundaryEvent, CompensateEventDefinition compensateEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryConditionalEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryConditionalEventActivityBehavior
(BoundaryEvent boundaryEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEscalationEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryEscalationEventActivityBehavior
(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryEventActivityBehavior
(BoundaryEvent boundaryEvent, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEventRegistryEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryEventRegistryEventActivityBehavior
(BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryMessageEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryMessageEventActivityBehavior
(BoundaryEvent boundaryEvent, MessageEventDefinition messageEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundarySignalEventActivityBehavior
TestActivityBehaviorFactory.createBoundarySignalEventActivityBehavior
(BoundaryEvent boundaryEvent, SignalEventDefinition signalEventDefinition, Signal signal, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryTimerEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryTimerEventActivityBehavior
(BoundaryEvent boundaryEvent, TimerEventDefinition timerEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryVariableListenerEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryVariableListenerEventActivityBehavior
(BoundaryEvent boundaryEvent, VariableListenerEventDefinition variableListenerEventDefinition, boolean interrupting)