Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.Escalation
Package
Description
-
Uses of Escalation in org.camunda.bpm.engine.impl.bpmn.behavior
Modifier and TypeFieldDescriptionprotected final Escalation
ThrowEscalationEventActivityBehavior.escalation
-
Uses of Escalation in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeFieldDescriptionprotected Map<String,
Escalation> BpmnParse.escalations
Mapping of found escalation elementsModifier and TypeMethodDescriptionprotected Escalation
BpmnParse.createEscalation
(String id, Element element) protected Escalation
BpmnParse.findEscalationForEscalationEventDefinition
(Element escalationEventDefinition, String escalationElementId) Find the referenced escalation of the given escalation event definition.