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 TypeMethodDescriptionvoidEscalationEventDefinition.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.BoundaryEscalationEventActivityBehaviorTestActivityBehaviorFactory.createBoundaryEscalationEventActivityBehavior(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.EscalationEndEventActivityBehaviorTestActivityBehaviorFactory.createEscalationEndEventActivityBehavior(EndEvent endEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowEscalationEventActivityBehaviorTestActivityBehaviorFactory.createIntermediateThrowEscalationEventActivityBehavior(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation)