Uses of Class
org.flowable.bpmn.model.EscalationEventDefinition
Packages that use EscalationEventDefinition
Package
Description
Helper classes for testing processes.
-
Uses of EscalationEventDefinition in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return EscalationEventDefinitionMethods in org.flowable.bpmn.model with parameters of type EscalationEventDefinitionModifier and TypeMethodDescriptionvoid
EscalationEventDefinition.setValues
(EscalationEventDefinition otherDefinition) -
Uses of EscalationEventDefinition in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type EscalationEventDefinitionModifier and TypeMethodDescriptionorg.flowable.engine.impl.bpmn.behavior.BoundaryEscalationEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryEscalationEventActivityBehavior
(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.EscalationEndEventActivityBehavior
TestActivityBehaviorFactory.createEscalationEndEventActivityBehavior
(EndEvent endEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowEscalationEventActivityBehavior
TestActivityBehaviorFactory.createIntermediateThrowEscalationEventActivityBehavior
(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation)