Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.behavior | |
org.camunda.bpm.engine.impl.bpmn.helper | |
org.camunda.bpm.engine.impl.bpmn.parser |
Modifier and Type | Method and Description |
---|---|
protected void |
ThrowEscalationEventActivityBehavior.leaveExecution(ActivityExecution execution,
PvmActivity currentActivity,
EscalationEventDefinition escalationEventDefinition) |
Modifier and Type | Field and Description |
---|---|
protected EscalationEventDefinition |
EscalationEventDefinitionFinder.escalationEventDefinition |
Modifier and Type | Field and Description |
---|---|
static PropertyListKey<EscalationEventDefinition> |
BpmnProperties.ESCALATION_EVENT_DEFINITIONS |
Modifier and Type | Method and Description |
---|---|
static EscalationEventDefinition |
EscalationHandler.executeEscalation(ActivityExecution execution,
String escalationCode)
Walks through the activity execution hierarchy, fetches and executes matching escalation catch event
|
protected EscalationEventDefinition |
EscalationEventDefinitionFinder.findMatchingEscalationEventDefinition(List<EscalationEventDefinition> escalationEventDefinitions) |
EscalationEventDefinition |
EscalationEventDefinitionFinder.getEscalationEventDefinition() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected EscalationEventDefinition |
EscalationEventDefinitionFinder.findMatchingEscalationEventDefinition(List<EscalationEventDefinition> escalationEventDefinitions) |
Modifier and Type | Method and Description |
---|---|
protected EscalationEventDefinition |
BpmnParse.createEscalationEventDefinitionForEscalationHandler(Element escalationEventDefinitionElement,
ActivityImpl escalationHandler,
boolean cancelActivity,
String parentElementId) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnParse.addEscalationEventDefinition(ScopeImpl catchingScope,
EscalationEventDefinition escalationEventDefinition,
Element element,
String escalationElementId) |
Copyright © 2022. All rights reserved.