public class ExecutionVariablesResource extends AbstractVariablesResource
engine, objectMapper, resourceId
DESERIALIZE_VALUE_QUERY_PARAM, DESERIALIZE_VALUES_QUERY_PARAM
Constructor and Description |
---|
ExecutionVariablesResource(ProcessEngine engine,
String resourceId,
boolean isProcessInstance,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
protected String |
getResourceTypeName() |
protected VariableMap |
getVariableEntities(boolean deserializeValues) |
protected TypedValue |
getVariableEntity(String variableKey,
boolean deserializeValue) |
protected void |
removeVariableEntity(String variableKey) |
protected void |
setVariableEntity(String variableKey,
TypedValue variableValue) |
protected void |
updateVariableEntities(VariableMap modifications,
List<String> deletions) |
deleteVariable, deserializeJsonObject, getTypedValueForVariable, getVariable, getVariableBinary, getVariables, modifyVariables, putVariable, setBinaryVariable
public ExecutionVariablesResource(ProcessEngine engine, String resourceId, boolean isProcessInstance, org.codehaus.jackson.map.ObjectMapper objectMapper)
protected String getResourceTypeName()
getResourceTypeName
in class AbstractVariablesResource
protected void updateVariableEntities(VariableMap modifications, List<String> deletions)
updateVariableEntities
in class AbstractVariablesResource
protected void removeVariableEntity(String variableKey)
removeVariableEntity
in class AbstractVariablesResource
protected VariableMap getVariableEntities(boolean deserializeValues)
getVariableEntities
in class AbstractVariablesResource
protected TypedValue getVariableEntity(String variableKey, boolean deserializeValue)
getVariableEntity
in class AbstractVariablesResource
protected void setVariableEntity(String variableKey, TypedValue variableValue)
setVariableEntity
in class AbstractVariablesResource
Copyright © 2018. All rights reserved.