public class LocalTaskVariablesResource extends AbstractVariablesResource
DEFAULT_BINARY_VALUE_TYPE, engine, objectMapper, resourceId
DESERIALIZE_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, getProcessEngineConfiguration, getTypedValueForVariable, getVariable, getVariableBinary, getVariables, modifyVariables, putVariable, setBinaryVariable, validateType, validateType, validateTypeInternal
public LocalTaskVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected String getResourceTypeName()
getResourceTypeName
in class AbstractVariablesResource
protected void removeVariableEntity(String variableKey)
removeVariableEntity
in class AbstractVariablesResource
protected org.camunda.bpm.engine.variable.VariableMap getVariableEntities(boolean deserializeValues)
getVariableEntities
in class AbstractVariablesResource
protected void updateVariableEntities(org.camunda.bpm.engine.variable.VariableMap modifications, List<String> deletions)
updateVariableEntities
in class AbstractVariablesResource
protected org.camunda.bpm.engine.variable.value.TypedValue getVariableEntity(String variableKey, boolean deserializeValue)
getVariableEntity
in class AbstractVariablesResource
protected void setVariableEntity(String variableKey, org.camunda.bpm.engine.variable.value.TypedValue variableValue)
setVariableEntity
in class AbstractVariablesResource
Copyright © 2022. All rights reserved.