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