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(org.activiti.engine.runtime.Execution execution,
int variableType,
Map<String,RestVariable> variableMap) |
protected void |
addLocalVariables(org.activiti.engine.runtime.Execution execution,
int variableType,
Map<String,RestVariable> variableMap) |
protected Object |
createExecutionVariable(org.activiti.engine.runtime.Execution execution,
boolean override,
int variableType,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
deleteAllLocalVariables(org.activiti.engine.runtime.Execution execution,
javax.servlet.http.HttpServletResponse response) |
protected List<RestVariable> |
processVariables(org.activiti.engine.runtime.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(org.activiti.engine.runtime.Execution execution, String scope, int variableType)
public void deleteAllLocalVariables(org.activiti.engine.runtime.Execution execution, javax.servlet.http.HttpServletResponse response)
protected Object createExecutionVariable(org.activiti.engine.runtime.Execution execution, boolean override, int variableType, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
protected void addGlobalVariables(org.activiti.engine.runtime.Execution execution, int variableType, Map<String,RestVariable> variableMap)
protected void addLocalVariables(org.activiti.engine.runtime.Execution execution, int variableType, Map<String,RestVariable> variableMap)
Copyright © 2016 Alfresco. All rights reserved.