Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
Package
Description
-
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.behavior
Modifier and TypeMethodDescriptionprotected void
ThrowEscalationEventActivityBehavior.leaveExecution
(ActivityExecution execution, PvmActivity currentActivity, EscalationEventDefinition escalationEventDefinition) -
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.helper
Modifier and TypeFieldDescriptionprotected EscalationEventDefinition
EscalationEventDefinitionFinder.escalationEventDefinition
Modifier and TypeFieldDescriptionstatic final PropertyListKey<EscalationEventDefinition>
BpmnProperties.ESCALATION_EVENT_DEFINITIONS
Modifier and TypeMethodDescriptionstatic 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) EscalationEventDefinitionFinder.getEscalationEventDefinition()
Modifier and TypeMethodDescriptionprotected 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) Modifier and TypeMethodDescriptionprotected EscalationEventDefinition
EscalationEventDefinitionFinder.findMatchingEscalationEventDefinition
(List<EscalationEventDefinition> escalationEventDefinitions) -
Uses of EscalationEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionprotected EscalationEventDefinition
BpmnParse.createEscalationEventDefinitionForEscalationHandler
(Element escalationEventDefinitionElement, ActivityImpl escalationHandler, boolean cancelActivity, String parentElementId) Modifier and TypeMethodDescriptionprotected void
BpmnParse.addEscalationEventDefinition
(ScopeImpl catchingScope, EscalationEventDefinition escalationEventDefinition, Element element, String escalationElementId)