Class CaseExecutionVariablesResource
java.lang.Object
org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionVariablesResource
- All Implemented Interfaces:
- VariableResource
- Author:
- Roman Smirnov
- 
Field SummaryFields inherited from class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResourceDEFAULT_BINARY_VALUE_TYPE, engine, objectMapper, resourceIdFields inherited from interface org.camunda.bpm.engine.rest.sub.VariableResourceDESERIALIZE_VALUE_QUERY_PARAM, DESERIALIZE_VALUES_QUERY_PARAM
- 
Constructor SummaryConstructorsConstructorDescriptionCaseExecutionVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
- 
Method SummaryModifier 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 variables, List<String> deletions) Methods inherited from class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResourcedeleteVariable, deserializeJsonObject, getProcessEngineConfiguration, getTypedValueForVariable, getVariable, getVariableBinary, getVariables, modifyVariables, putVariable, setBinaryVariable, validateType, validateType, validateTypeInternal
- 
Constructor Details- 
CaseExecutionVariablesResourcepublic CaseExecutionVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
 
- 
- 
Method Details- 
getVariableEntities- Specified by:
- getVariableEntitiesin class- AbstractVariablesResource
 
- 
updateVariableEntities- Specified by:
- updateVariableEntitiesin class- AbstractVariablesResource
 
- 
removeVariableEntity- Specified by:
- removeVariableEntityin class- AbstractVariablesResource
 
- 
getResourceTypeName- Specified by:
- getResourceTypeNamein class- AbstractVariablesResource
 
- 
getVariableEntity- Specified by:
- getVariableEntityin class- AbstractVariablesResource
 
- 
setVariableEntity- Specified by:
- setVariableEntityin class- AbstractVariablesResource
 
 
-