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
-
Constructor Summary
ModifierConstructorDescriptionprotected
RestServiceInvocationResponseBpmnErrorVariableContainer
(RestServiceInvocationResponse response, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptiongetVariable
(String variableName) boolean
hasVariable
(String variableName) void
setTransientVariable
(String variableName, Object variableValue) void
setVariable
(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:
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
-