Class LocalExecutionVariablesResource
java.lang.Object
org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
org.camunda.bpm.engine.rest.sub.runtime.impl.LocalExecutionVariablesResource
- All Implemented Interfaces:
 VariableResource
- Author:
 - Daniel Meyer
 
- 
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
DEFAULT_BINARY_VALUE_TYPE, engine, objectMapper, resourceIdFields inherited from interface org.camunda.bpm.engine.rest.sub.VariableResource
DESERIALIZE_VALUE_QUERY_PARAM, DESERIALIZE_VALUES_QUERY_PARAM - 
Constructor Summary
ConstructorsConstructorDescriptionLocalExecutionVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected VariableMapgetVariableEntities(boolean deserializeValues) protected TypedValuegetVariableEntity(String variableKey, boolean deserializeValue) protected voidremoveVariableEntity(String variableKey) protected voidsetVariableEntity(String variableKey, TypedValue variableValue) protected voidupdateVariableEntities(VariableMap modifications, List<String> deletions) Methods inherited from class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
deleteVariable, deserializeJsonObject, getProcessEngineConfiguration, getTypedValueForVariable, getVariable, getVariableBinary, getVariables, modifyVariables, putVariable, setBinaryVariable, validateType, validateType, validateTypeInternal 
- 
Constructor Details
- 
LocalExecutionVariablesResource
public LocalExecutionVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
 - 
 - 
Method Details
- 
getResourceTypeName
- Specified by:
 getResourceTypeNamein classAbstractVariablesResource
 - 
updateVariableEntities
- Specified by:
 updateVariableEntitiesin classAbstractVariablesResource
 - 
removeVariableEntity
- Specified by:
 removeVariableEntityin classAbstractVariablesResource
 - 
getVariableEntities
- Specified by:
 getVariableEntitiesin classAbstractVariablesResource
 - 
getVariableEntity
- Specified by:
 getVariableEntityin classAbstractVariablesResource
 - 
setVariableEntity
- Specified by:
 setVariableEntityin classAbstractVariablesResource
 
 -