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 VariableContainer
protected Throwable
protected String
protected String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BpmnErrorVariableContainer
(String errorCode, String tenantId) protected
BpmnErrorVariableContainer
(String errorCode, Throwable error, String tenantId) protected
BpmnErrorVariableContainer
(BpmnError error, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getVariable
(String variableName) boolean
hasVariable
(String variableName) protected void
setErrorCode
(String errorCode) void
setTransientVariable
(String variableName, Object variableValue) void
setVariable
(String variableName, Object variableValue) toString()
-
Field Details
-
errorCode
-
error
-
additionalDataContainer
-
tenantId
-
-
Constructor Details
-
BpmnErrorVariableContainer
-
BpmnErrorVariableContainer
-
BpmnErrorVariableContainer
-
-
Method Details
-
getErrorCode
-
setErrorCode
-
hasVariable
- Specified by:
hasVariable
in interfaceVariableContainer
-
getVariable
- Specified by:
getVariable
in interfaceVariableContainer
-
setVariable
- Specified by:
setVariable
in interfaceVariableContainer
-
setTransientVariable
- Specified by:
setTransientVariable
in interfaceVariableContainer
-
getTenantId
- Specified by:
getTenantId
in interfaceVariableContainer
-
toString
-