Uses of Class
org.flowable.bpmn.model.ThrowEvent
Packages that use ThrowEvent
Package
Description
Helper classes for testing processes.
-
Uses of ThrowEvent in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return ThrowEventMethods in org.flowable.bpmn.model with parameters of type ThrowEvent -
Uses of ThrowEvent in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type ThrowEventModifier and TypeMethodDescriptionorg.flowable.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehavior
TestActivityBehaviorFactory.createIntermediateThrowCompensationEventActivityBehavior
(ThrowEvent throwEvent, CompensateEventDefinition compensateEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowEscalationEventActivityBehavior
TestActivityBehaviorFactory.createIntermediateThrowEscalationEventActivityBehavior
(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowNoneEventActivityBehavior
TestActivityBehaviorFactory.createIntermediateThrowNoneEventActivityBehavior
(ThrowEvent throwEvent) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowSignalEventActivityBehavior
TestActivityBehaviorFactory.createIntermediateThrowSignalEventActivityBehavior
(ThrowEvent throwEvent, SignalEventDefinition signalEventDefinition, Signal signal)