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 | Field and Description |
---|---|
protected EscalationEventDefinition |
ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.escalationEventDefinition |
Modifier and Type | Method and Description |
---|---|
protected EscalationEventDefinition |
ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.findMatchingEscalationEventDefinition(List<EscalationEventDefinition> escalationEventDefinitions) |
EscalationEventDefinition |
ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.getEscalationEventDefinition() |
Modifier and Type | Method and Description |
---|---|
protected void |
ThrowEscalationEventActivityBehavior.executeEscalationHandler(EscalationEventDefinition escalationEventDefinition,
ActivityExecutionMappingCollector activityExecutionMappingCollector) |
protected PvmScope |
ThrowEscalationEventActivityBehavior.getScopeForEscalation(EscalationEventDefinition escalationEventDefinition) |
protected boolean |
ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.isMatchingEscalationCode(EscalationEventDefinition escalationEventDefinition) |
protected boolean |
ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.isReThrowingEscalationEventSubprocess(EscalationEventDefinition escalationEventDefinition) |
protected void |
ThrowEscalationEventActivityBehavior.leaveExecution(ActivityExecution execution,
PvmActivity currentActivity,
EscalationEventDefinition escalationEventDefinition) |
Modifier and Type | Method and Description |
---|---|
protected EscalationEventDefinition |
ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.findMatchingEscalationEventDefinition(List<EscalationEventDefinition> escalationEventDefinitions) |
Modifier and Type | Field and Description |
---|---|
static PropertyListKey<EscalationEventDefinition> |
BpmnProperties.ESCALATION_EVENT_DEFINITIONS |
Modifier and Type | Method and Description |
---|---|
protected EscalationEventDefinition |
BpmnParse.createEscalationEventDefinitionForEscalationHandler(Element escalationEventDefinitionElement,
ActivityImpl escalationHandler,
boolean cancelActivity) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnParse.addEscalationEventDefinition(ScopeImpl catchingScope,
EscalationEventDefinition escalationEventDefinition,
Element element) |
Copyright © 2022. All rights reserved.