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 TypeMethodDescriptionvoidActivity.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.BoundaryCompensateEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryCompensateEventActivityBehavior(BoundaryEvent boundaryEvent, CompensateEventDefinition compensateEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryConditionalEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryConditionalEventActivityBehavior(BoundaryEvent boundaryEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEscalationEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryEscalationEventActivityBehavior(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryEventActivityBehavior(BoundaryEvent boundaryEvent, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEventRegistryEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryEventRegistryEventActivityBehavior(BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryMessageEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryMessageEventActivityBehavior(BoundaryEvent boundaryEvent, MessageEventDefinition messageEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundarySignalEventActivityBehaviorTestActivityBehaviorFactory.createBoundarySignalEventActivityBehavior(BoundaryEvent boundaryEvent, SignalEventDefinition signalEventDefinition, Signal signal, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryTimerEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryTimerEventActivityBehavior(BoundaryEvent boundaryEvent, TimerEventDefinition timerEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryVariableListenerEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryVariableListenerEventActivityBehavior(BoundaryEvent boundaryEvent, VariableListenerEventDefinition variableListenerEventDefinition, boolean interrupting)