Class LocalCaseExecutionVariablesResource
- java.lang.Object
 - 
- org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 - 
- org.camunda.bpm.engine.rest.sub.runtime.impl.LocalCaseExecutionVariablesResource
 
 
 
- 
- All Implemented Interfaces:
 VariableResource
public class LocalCaseExecutionVariablesResource extends AbstractVariablesResource
- Author:
 - Roman Smirnov
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
DEFAULT_BINARY_VALUE_TYPE, engine, objectMapper, resourceId 
- 
Fields inherited from interface org.camunda.bpm.engine.rest.sub.VariableResource
DESERIALIZE_VALUE_QUERY_PARAM, DESERIALIZE_VALUES_QUERY_PARAM 
 - 
 
- 
Constructor Summary
Constructors Constructor Description LocalCaseExecutionVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetResourceTypeName()protected VariableMapgetVariableEntities(boolean deserializeValues)protected TypedValuegetVariableEntity(String variableKey, boolean deserializeValue)protected voidremoveVariableEntity(String variableKey)protected voidsetVariableEntity(String variableKey, TypedValue variableValue)protected voidupdateVariableEntities(VariableMap variables, 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 Detail
- 
LocalCaseExecutionVariablesResource
public LocalCaseExecutionVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
 
 - 
 
- 
Method Detail
- 
getVariableEntities
protected VariableMap getVariableEntities(boolean deserializeValues)
- Specified by:
 getVariableEntitiesin classAbstractVariablesResource
 
- 
updateVariableEntities
protected void updateVariableEntities(VariableMap variables, List<String> deletions)
- Specified by:
 updateVariableEntitiesin classAbstractVariablesResource
 
- 
getVariableEntity
protected TypedValue getVariableEntity(String variableKey, boolean deserializeValue)
- Specified by:
 getVariableEntityin classAbstractVariablesResource
 
- 
setVariableEntity
protected void setVariableEntity(String variableKey, TypedValue variableValue)
- Specified by:
 setVariableEntityin classAbstractVariablesResource
 
- 
removeVariableEntity
protected void removeVariableEntity(String variableKey)
- Specified by:
 removeVariableEntityin classAbstractVariablesResource
 
- 
getResourceTypeName
protected String getResourceTypeName()
- Specified by:
 getResourceTypeNamein classAbstractVariablesResource
 
 - 
 
 -