public class LocalCaseExecutionVariablesResource extends AbstractVariablesResource
engine, objectMapper, resourceIdDESERIALIZE_VALUE_QUERY_PARAM, DESERIALIZE_VALUES_QUERY_PARAM| Constructor and Description |
|---|
LocalCaseExecutionVariablesResource(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(VariableMap variables,
List<String> deletions) |
deleteVariable, deserializeJsonObject, getTypedValueForVariable, getVariable, getVariableBinary, getVariables, modifyVariables, putVariable, setBinaryVariablepublic LocalCaseExecutionVariablesResource(ProcessEngine engine, String resourceId, org.codehaus.jackson.map.ObjectMapper objectMapper)
protected VariableMap getVariableEntities(boolean deserializeValues)
getVariableEntities in class AbstractVariablesResourceprotected void updateVariableEntities(VariableMap variables, List<String> deletions)
updateVariableEntities in class AbstractVariablesResourceprotected TypedValue getVariableEntity(String variableKey, boolean deserializeValue)
getVariableEntity in class AbstractVariablesResourceprotected void setVariableEntity(String variableKey, TypedValue variableValue)
setVariableEntity in class AbstractVariablesResourceprotected void removeVariableEntity(String variableKey)
removeVariableEntity in class AbstractVariablesResourceprotected String getResourceTypeName()
getResourceTypeName in class AbstractVariablesResourceCopyright © 2018. All rights reserved.