| Modifier and Type | Field and Description |
|---|---|
protected List<MapExceptionEntry> |
CallActivityBehavior.mapExceptions |
protected List<MapExceptionEntry> |
ServiceTaskExpressionActivityBehavior.mapExceptions |
protected List<MapExceptionEntry> |
ServiceTaskDelegateExpressionActivityBehavior.mapExceptions |
| Constructor and Description |
|---|
CallActivityBehavior(Expression processDefinitionExpression,
List<MapExceptionEntry> mapExceptions) |
CallActivityBehavior(String processDefinitionKey,
List<MapExceptionEntry> mapExceptions) |
ServiceTaskDelegateExpressionActivityBehavior(String serviceTaskId,
Expression expression,
Expression skipExpression,
List<FieldDeclaration> fieldDeclarations,
List<MapExceptionEntry> mapExceptions) |
ServiceTaskExpressionActivityBehavior(String serviceTaskId,
Expression expression,
Expression skipExpression,
String resultVariable,
List<MapExceptionEntry> mapExceptions) |
| Modifier and Type | Field and Description |
|---|---|
protected List<MapExceptionEntry> |
ClassDelegate.mapExceptions |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ErrorPropagation.mapException(Exception e,
ActivityExecution execution,
List<MapExceptionEntry> exceptionMap) |
static boolean |
ErrorPropagation.mapException(Exception e,
ActivityExecution execution,
List<MapExceptionEntry> exceptionMap,
boolean wrapped) |
| Constructor and Description |
|---|
ClassDelegate(String id,
String className,
List<FieldDeclaration> fieldDeclarations,
Expression skipExpression,
List<MapExceptionEntry> mapExceptions) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MapExceptionExport.writeMapExceptionExtensions(List<MapExceptionEntry> mapExceptionList,
boolean didWriteExtensionStartElement,
XMLStreamWriter xtw) |
| Modifier and Type | Field and Description |
|---|---|
protected List<MapExceptionEntry> |
Activity.mapExceptions |
| Modifier and Type | Method and Description |
|---|---|
List<MapExceptionEntry> |
Activity.getMapExceptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setMapExceptions(List<MapExceptionEntry> mapExceptions) |
| Modifier and Type | Field and Description |
|---|---|
protected List<MapExceptionEntry> |
CamelBehavior.mapExceptions |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultFlowable5CompatibilityHandler.mapException(Exception camelException,
DelegateExecution execution,
List<MapExceptionEntry> mapExceptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnJsonConverter.addMapException(List<MapExceptionEntry> exceptions,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Flowable5CompatibilityHandler.mapException(Exception camelException,
DelegateExecution execution,
List<MapExceptionEntry> mapExceptions) |
| Modifier and Type | Field and Description |
|---|---|
protected List<MapExceptionEntry> |
ServiceTaskFutureJavaDelegateActivityBehavior.mapExceptions |
protected List<MapExceptionEntry> |
ServiceTaskExpressionActivityBehavior.mapExceptions |
protected List<MapExceptionEntry> |
ServiceTaskDelegateExpressionActivityBehavior.mapExceptions |
protected List<MapExceptionEntry> |
CallActivityBehavior.mapExceptions |
| Constructor and Description |
|---|
ServiceTaskDelegateExpressionActivityBehavior(String serviceTaskId,
Expression expression,
Expression skipExpression,
List<FieldDeclaration> fieldDeclarations,
List<MapExceptionEntry> mapExceptions,
boolean triggerable) |
ServiceTaskFutureJavaDelegateActivityBehavior(FutureJavaDelegate<?> futureJavaDelegate,
boolean triggerable,
Expression skipExpression,
List<MapExceptionEntry> mapExceptions) |
| Modifier and Type | Field and Description |
|---|---|
protected List<MapExceptionEntry> |
ClassDelegate.mapExceptions |
| Modifier and Type | Method and Description |
|---|---|
ClassDelegate |
ClassDelegateFactory.create(String id,
String className,
List<FieldDeclaration> fieldDeclarations,
boolean triggerable,
Expression skipExpression,
List<MapExceptionEntry> mapExceptions) |
ClassDelegate |
DefaultClassDelegateFactory.create(String id,
String className,
List<FieldDeclaration> fieldDeclarations,
boolean triggerable,
Expression skipExpression,
List<MapExceptionEntry> mapExceptions) |
static String |
ErrorPropagation.findMatchingExceptionMapping(Exception e,
List<MapExceptionEntry> exceptionMap) |
static <E extends Throwable> |
ErrorPropagation.handleException(Throwable exc,
ExecutionEntity execution,
List<MapExceptionEntry> exceptionMap) |
static boolean |
ErrorPropagation.mapException(Exception e,
ExecutionEntity execution,
List<MapExceptionEntry> exceptionMap) |
| Constructor and Description |
|---|
ClassDelegate(String id,
String className,
List<FieldDeclaration> fieldDeclarations,
boolean triggerable,
Expression skipExpression,
List<MapExceptionEntry> mapExceptions) |
Copyright © 2023 Flowable. All rights reserved.