Class DataObjectOperations.RestServiceInvocationResponseBpmnErrorVariableContainer
java.lang.Object
com.flowable.dataobject.engine.impl.runtime.datasource.DataObjectOperations.RestServiceInvocationResponseBpmnErrorVariableContainer
- All Implemented Interfaces:
VariableContainer
- Enclosing class:
- DataObjectOperations
protected static class DataObjectOperations.RestServiceInvocationResponseBpmnErrorVariableContainer
extends Object
implements VariableContainer
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRestServiceInvocationResponseBpmnErrorVariableContainer(RestServiceInvocationResponse 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(RestServiceInvocationResponse response, String tenantId)
-
-
Method Details
-
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
-