public class EscalationPropagation extends Object
| Constructor and Description |
|---|
EscalationPropagation() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
executeCatch(Map<String,List<org.flowable.bpmn.model.Event>> eventMap,
DelegateExecution delegateExecution,
String escalationCode,
String escalationName) |
protected static void |
executeEventHandler(org.flowable.bpmn.model.Event event,
ExecutionEntity parentExecution,
ExecutionEntity currentExecution,
String escalationCode,
String escalationName) |
protected static Map<String,List<org.flowable.bpmn.model.Event>> |
findCatchingEventsForProcess(String processDefinitionId,
String escalationCode) |
protected static org.flowable.bpmn.model.Event |
getCatchEventFromList(List<org.flowable.bpmn.model.Event> events,
ExecutionEntity parentExecution) |
protected static org.flowable.bpmn.model.EscalationEventDefinition |
getEscalationEventDefinition(org.flowable.bpmn.model.Event event) |
static void |
propagateEscalation(org.flowable.bpmn.model.Escalation escalation,
DelegateExecution execution) |
static void |
propagateEscalation(String escalationCode,
String escalationName,
DelegateExecution execution) |
public static void propagateEscalation(org.flowable.bpmn.model.Escalation escalation,
DelegateExecution execution)
public static void propagateEscalation(String escalationCode, String escalationName, DelegateExecution execution)
protected static void executeCatch(Map<String,List<org.flowable.bpmn.model.Event>> eventMap, DelegateExecution delegateExecution, String escalationCode, String escalationName)
protected static void executeEventHandler(org.flowable.bpmn.model.Event event,
ExecutionEntity parentExecution,
ExecutionEntity currentExecution,
String escalationCode,
String escalationName)
protected static Map<String,List<org.flowable.bpmn.model.Event>> findCatchingEventsForProcess(String processDefinitionId, String escalationCode)
protected static org.flowable.bpmn.model.Event getCatchEventFromList(List<org.flowable.bpmn.model.Event> events, ExecutionEntity parentExecution)
protected static org.flowable.bpmn.model.EscalationEventDefinition getEscalationEventDefinition(org.flowable.bpmn.model.Event event)
Copyright © 2020 Flowable. All rights reserved.