Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
Packages that use EscalationEventDefinition Package Description org.camunda.bpm.engine.impl.bpmn.behavior org.camunda.bpm.engine.impl.bpmn.helper org.camunda.bpm.engine.impl.bpmn.parser -
-
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type EscalationEventDefinition Modifier and Type Method Description protected void
ThrowEscalationEventActivityBehavior. leaveExecution(ActivityExecution execution, PvmActivity currentActivity, EscalationEventDefinition escalationEventDefinition)
-
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.helper
Fields in org.camunda.bpm.engine.impl.bpmn.helper declared as EscalationEventDefinition Modifier and Type Field Description protected EscalationEventDefinition
EscalationEventDefinitionFinder. escalationEventDefinition
Fields in org.camunda.bpm.engine.impl.bpmn.helper with type parameters of type EscalationEventDefinition Modifier and Type Field Description static PropertyListKey<EscalationEventDefinition>
BpmnProperties. ESCALATION_EVENT_DEFINITIONS
Methods in org.camunda.bpm.engine.impl.bpmn.helper that return EscalationEventDefinition Modifier and Type Method Description static EscalationEventDefinition
EscalationHandler. executeEscalation(ActivityExecution execution, String escalationCode)
Walks through the activity execution hierarchy, fetches and executes matching escalation catch eventprotected EscalationEventDefinition
EscalationEventDefinitionFinder. findMatchingEscalationEventDefinition(List<EscalationEventDefinition> escalationEventDefinitions)
EscalationEventDefinition
EscalationEventDefinitionFinder. getEscalationEventDefinition()
Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type EscalationEventDefinition Modifier and Type Method Description protected static void
EscalationHandler. executeEscalationHandler(EscalationEventDefinition escalationEventDefinition, ActivityExecutionMappingCollector activityExecutionMappingCollector, String escalationCode)
protected static PvmScope
EscalationHandler. getScopeForEscalation(EscalationEventDefinition escalationEventDefinition)
protected boolean
EscalationEventDefinitionFinder. isMatchingEscalationCode(EscalationEventDefinition escalationEventDefinition)
protected boolean
EscalationEventDefinitionFinder. isReThrowingEscalationEventSubprocess(EscalationEventDefinition escalationEventDefinition)
Method parameters in org.camunda.bpm.engine.impl.bpmn.helper with type arguments of type EscalationEventDefinition Modifier and Type Method Description protected EscalationEventDefinition
EscalationEventDefinitionFinder. findMatchingEscalationEventDefinition(List<EscalationEventDefinition> escalationEventDefinitions)
-
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return EscalationEventDefinition Modifier and Type Method Description protected EscalationEventDefinition
BpmnParse. createEscalationEventDefinitionForEscalationHandler(Element escalationEventDefinitionElement, ActivityImpl escalationHandler, boolean cancelActivity, String parentElementId)
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type EscalationEventDefinition Modifier and Type Method Description protected void
BpmnParse. addEscalationEventDefinition(ScopeImpl catchingScope, EscalationEventDefinition escalationEventDefinition, Element element, String escalationElementId)
-