Uses of Class
org.flowable.bpmn.model.Escalation
Packages that use Escalation
Package
Description
Helper classes for testing processes.
-
Uses of Escalation in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type EscalationMethods in org.flowable.bpmn.model that return EscalationModifier and TypeMethodDescriptionEscalation.clone()
BpmnModel.getEscalation
(String escalationRef) Methods in org.flowable.bpmn.model that return types with arguments of type EscalationMethods in org.flowable.bpmn.model with parameters of type EscalationModifier and TypeMethodDescriptionvoid
BpmnModel.addEscalation
(Escalation escalation) void
Escalation.setValues
(Escalation otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type EscalationModifier and TypeMethodDescriptionvoid
BpmnModel.setEscalations
(Map<String, Escalation> escalationMap) -
Uses of Escalation in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type EscalationModifier 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)