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