public class LocalTaskVariablesResource extends AbstractVariablesResource
engine, objectMapper, resourceId
DESERIALIZE_VALUE_QUERY_PARAM, DESERIALIZE_VALUES_QUERY_PARAM
Constructor and Description |
---|
LocalTaskVariablesResource(ProcessEngine engine,
String resourceId,
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(Map<String,Object> modifications,
List<String> deletions) |
protected void |
updateVariableEntities(VariableMap modifications,
List<String> deletions) |
deleteVariable, deserializeJsonObject, getTypedValueForVariable, getVariable, getVariableBinary, getVariables, modifyVariables, putVariable, setBinaryVariable
public LocalTaskVariablesResource(ProcessEngine engine, String resourceId, org.codehaus.jackson.map.ObjectMapper objectMapper)
protected String getResourceTypeName()
getResourceTypeName
in class AbstractVariablesResource
protected void updateVariableEntities(Map<String,Object> modifications, List<String> deletions)
protected void removeVariableEntity(String variableKey)
removeVariableEntity
in class AbstractVariablesResource
protected VariableMap getVariableEntities(boolean deserializeValues)
getVariableEntities
in class AbstractVariablesResource
protected void updateVariableEntities(VariableMap modifications, List<String> deletions)
updateVariableEntities
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.