Uses of Class
org.flowable.bpmn.model.Escalation
-
Packages that use Escalation Package Description org.flowable.bpmn.model -
-
Uses of Escalation in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type Escalation Modifier and Type Field Description protected Map<String,Escalation>BpmnModel. escalationMapMethods in org.flowable.bpmn.model that return Escalation Modifier and Type Method Description EscalationEscalation. clone()EscalationBpmnModel. getEscalation(String escalationRef)Methods in org.flowable.bpmn.model that return types with arguments of type Escalation Modifier and Type Method Description Collection<Escalation>BpmnModel. getEscalations()Methods in org.flowable.bpmn.model with parameters of type Escalation Modifier and Type Method Description voidBpmnModel. addEscalation(Escalation escalation)voidEscalation. setValues(Escalation otherElement)Method parameters in org.flowable.bpmn.model with type arguments of type Escalation Modifier and Type Method Description voidBpmnModel. setEscalations(Map<String,Escalation> escalationMap)
-