Class ErrorPropagation.BpmnErrorVariableContainer
java.lang.Object
org.flowable.engine.impl.bpmn.helper.ErrorPropagation.BpmnErrorVariableContainer
- All Implemented Interfaces:
VariableContainer
- Enclosing class:
- ErrorPropagation
protected static class ErrorPropagation.BpmnErrorVariableContainer
extends Object
implements VariableContainer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VariableContainerprotected Throwableprotected Stringprotected String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBpmnErrorVariableContainer(String errorCode, String tenantId) protectedBpmnErrorVariableContainer(String errorCode, Throwable error, String tenantId) protectedBpmnErrorVariableContainer(BpmnError error, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetVariable(String variableName) booleanhasVariable(String variableName) protected voidsetErrorCode(String errorCode) voidsetTransientVariable(String variableName, Object variableValue) voidsetVariable(String variableName, Object variableValue) toString()
-
Field Details
-
errorCode
-
error
-
additionalDataContainer
-
tenantId
-
-
Constructor Details
-
BpmnErrorVariableContainer
-
BpmnErrorVariableContainer
-
BpmnErrorVariableContainer
-
-
Method Details
-
getErrorCode
-
setErrorCode
-
hasVariable
- Specified by:
hasVariablein interfaceVariableContainer
-
getVariable
- Specified by:
getVariablein interfaceVariableContainer
-
setVariable
- Specified by:
setVariablein interfaceVariableContainer
-
setTransientVariable
- Specified by:
setTransientVariablein interfaceVariableContainer
-
getTenantId
- Specified by:
getTenantIdin interfaceVariableContainer
-
toString
-