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 EscalationThrowEscalationEventActivityBehavior. escalationConstructors 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 java.util.Map<java.lang.String,Escalation>BpmnParse. escalationsMapping of found escalation elementsMethods in org.camunda.bpm.engine.impl.bpmn.parser that return Escalation Modifier and Type Method Description protected EscalationBpmnParse. createEscalation(java.lang.String id, Element element)protected EscalationBpmnParse. findEscalationForEscalationEventDefinition(Element escalationEventDefinition, java.lang.String escalationElementId)Find the referenced escalation of the given escalation event definition.
-