Class DataObjectOperations.RestServiceInvocationResponseBpmnErrorVariableContainer
java.lang.Object
com.flowable.dataobject.engine.impl.runtime.datasource.DataObjectOperations.RestServiceInvocationResponseBpmnErrorVariableContainer
- All Implemented Interfaces:
org.flowable.common.engine.api.variable.VariableContainer
- Enclosing class:
DataObjectOperations
protected static class DataObjectOperations.RestServiceInvocationResponseBpmnErrorVariableContainer
extends Object
implements org.flowable.common.engine.api.variable.VariableContainer
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRestServiceInvocationResponseBpmnErrorVariableContainer(ServiceInvocationResultResponse response, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptiongetVariable(String variableName) booleanhasVariable(String variableName) voidsetTransientVariable(String variableName, Object variableValue) voidsetVariable(String variableName, Object variableValue)
-
Field Details
-
REST_ERROR_RESPONSE_BODY_VARIABLE
- See Also:
-
REST_ERROR_RESPONSE_STATUS_CODE_VARIABLE
- See Also:
-
REST_ERROR_RESPONSE_HEADERS_AS_STRING_VARIABLE
- See Also:
-
REST_ERROR_RESPONSE_HEADERS_VARIABLE
- See Also:
-
response
-
tenantId
-
headersNode
protected com.fasterxml.jackson.databind.node.ObjectNode headersNode
-
-
Constructor Details
-
RestServiceInvocationResponseBpmnErrorVariableContainer
protected RestServiceInvocationResponseBpmnErrorVariableContainer(ServiceInvocationResultResponse response, String tenantId)
-
-
Method Details
-
hasVariable
- Specified by:
hasVariablein interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getVariable
- Specified by:
getVariablein interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
setVariable
- Specified by:
setVariablein interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
setTransientVariable
- Specified by:
setTransientVariablein interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getTenantId
- Specified by:
getTenantIdin interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getVariableNames
- Specified by:
getVariableNamesin interfaceorg.flowable.common.engine.api.variable.VariableContainer
-