| Package | Description |
|---|---|
| org.flowable.bpmn.model |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Escalation> |
BpmnModel.escalationMap |
| Modifier and Type | Method and Description |
|---|---|
Escalation |
Escalation.clone() |
Escalation |
BpmnModel.getEscalation(String escalationRef) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Escalation> |
BpmnModel.getEscalations() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnModel.addEscalation(Escalation escalation) |
void |
Escalation.setValues(Escalation otherElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnModel.setEscalations(Map<String,Escalation> escalationMap) |
Copyright © 2020 Flowable. All rights reserved.