| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.bpmn.behavior | |
| org.camunda.bpm.engine.impl.bpmn.parser | 
| Modifier and Type | Field and Description | 
|---|---|
protected Escalation | 
ThrowEscalationEventActivityBehavior.escalation  | 
| Constructor and Description | 
|---|
ThrowEscalationEventActivityBehavior(Escalation escalation)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,Escalation> | 
BpmnParse.escalations
Mapping of found escalation elements 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Escalation | 
BpmnParse.createEscalation(String id,
                Element element)  | 
protected Escalation | 
BpmnParse.findEscalationForEscalationEventDefinition(Element escalationEventDefinition)
Find the referenced escalation of the given escalation event definition. 
 | 
Copyright © 2019. All rights reserved.