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 TypeMethodDescriptionvoidBpmnModel.addEscalation(Escalation escalation) voidEscalation.setValues(Escalation otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type EscalationModifier and TypeMethodDescriptionvoidBpmnModel.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.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)