Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.Escalation
Packages that use Escalation
Package
Description
-
Uses of Escalation in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as EscalationModifier and TypeFieldDescriptionprotected final Escalation
ThrowEscalationEventActivityBehavior.escalation
Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type Escalation -
Uses of Escalation in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type EscalationModifier and TypeFieldDescriptionprotected Map<String,
Escalation> BpmnParse.escalations
Mapping of found escalation elementsMethods in org.camunda.bpm.engine.impl.bpmn.parser that return EscalationModifier 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.