public class BaseVariableCollectionResource extends BaseExecutionVariableResource
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
env, isSerializableVariableAllowed, restResponseFactory, runtimeService| Constructor and Description |
|---|
BaseVariableCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addGlobalVariables(Execution execution,
int variableType,
Map<String,RestVariable> variableMap) |
protected void |
addLocalVariables(Execution execution,
int variableType,
Map<String,RestVariable> variableMap) |
protected Object |
createExecutionVariable(Execution execution,
boolean override,
int variableType,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
deleteAllLocalVariables(Execution execution,
javax.servlet.http.HttpServletResponse response) |
protected List<RestVariable> |
processVariables(Execution execution,
String scope,
int variableType) |
allowProcessInstanceUrl, constructRestVariable, getExecutionFromRequest, getExecutionIdParameter, getProcessInstanceFromRequest, getVariableDataByteArray, getVariableFromRequest, hasVariableOnScope, postConstruct, setBinaryVariable, setSimpleVariable, setVariable@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected List<RestVariable> processVariables(Execution execution, String scope, int variableType)
public void deleteAllLocalVariables(Execution execution, javax.servlet.http.HttpServletResponse response)
protected Object createExecutionVariable(Execution execution, boolean override, int variableType, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
protected void addGlobalVariables(Execution execution, int variableType, Map<String,RestVariable> variableMap)
protected void addLocalVariables(Execution execution, int variableType, Map<String,RestVariable> variableMap)
Copyright © 2018 Flowable. All rights reserved.