public class LocalTaskVariablesResource extends AbstractVariablesResource
DEFAULT_BINARY_VALUE_TYPE, engine, objectMapper, resourceIdDESERIALIZE_VALUE_QUERY_PARAM, DESERIALIZE_VALUES_QUERY_PARAM| Constructor and Description | 
|---|
| LocalTaskVariablesResource(ProcessEngine engine,
                          String resourceId,
                          com.fasterxml.jackson.databind.ObjectMapper objectMapper) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getResourceTypeName() | 
| protected org.camunda.bpm.engine.variable.VariableMap | getVariableEntities(boolean deserializeValues) | 
| protected org.camunda.bpm.engine.variable.value.TypedValue | getVariableEntity(String variableKey,
                 boolean deserializeValue) | 
| protected void | removeVariableEntity(String variableKey) | 
| protected void | setVariableEntity(String variableKey,
                 org.camunda.bpm.engine.variable.value.TypedValue variableValue) | 
| protected void | updateVariableEntities(org.camunda.bpm.engine.variable.VariableMap modifications,
                      List<String> deletions) | 
deleteVariable, deserializeJsonObject, getTypedValueForVariable, getVariable, getVariableBinary, getVariables, modifyVariables, putVariable, setBinaryVariablepublic LocalTaskVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected String getResourceTypeName()
getResourceTypeName in class AbstractVariablesResourceprotected void removeVariableEntity(String variableKey)
removeVariableEntity in class AbstractVariablesResourceprotected org.camunda.bpm.engine.variable.VariableMap getVariableEntities(boolean deserializeValues)
getVariableEntities in class AbstractVariablesResourceprotected void updateVariableEntities(org.camunda.bpm.engine.variable.VariableMap modifications,
                          List<String> deletions)
updateVariableEntities in class AbstractVariablesResourceprotected org.camunda.bpm.engine.variable.value.TypedValue getVariableEntity(String variableKey, boolean deserializeValue)
getVariableEntity in class AbstractVariablesResourceprotected void setVariableEntity(String variableKey, org.camunda.bpm.engine.variable.value.TypedValue variableValue)
setVariableEntity in class AbstractVariablesResourceCopyright © 2018. All rights reserved.