org.camunda.bpm.engine.rest.sub.task.impl
Class TaskVariablesResource
java.lang.Object
org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
org.camunda.bpm.engine.rest.sub.task.impl.TaskVariablesResource
- All Implemented Interfaces:
- VariableResource
public class TaskVariablesResource
- extends AbstractVariablesResource
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskVariablesResource
public TaskVariablesResource(ProcessEngine engine,
String resourceId,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getResourceTypeName
protected String getResourceTypeName()
- Specified by:
getResourceTypeName in class AbstractVariablesResource
getVariableEntity
protected org.camunda.bpm.engine.variable.value.TypedValue getVariableEntity(String variableKey,
boolean deserializeValue)
- Specified by:
getVariableEntity in class AbstractVariablesResource
getVariableEntities
protected org.camunda.bpm.engine.variable.VariableMap getVariableEntities(boolean deserializeValues)
- Specified by:
getVariableEntities in class AbstractVariablesResource
removeVariableEntity
protected void removeVariableEntity(String variableKey)
- Specified by:
removeVariableEntity in class AbstractVariablesResource
updateVariableEntities
protected void updateVariableEntities(org.camunda.bpm.engine.variable.VariableMap modifications,
List<String> deletions)
- Specified by:
updateVariableEntities in class AbstractVariablesResource
setVariableEntity
protected void setVariableEntity(String variableKey,
org.camunda.bpm.engine.variable.value.TypedValue variableValue)
- Specified by:
setVariableEntity in class AbstractVariablesResource
Copyright © 2016 camunda services GmbH. All rights reserved.