Uses of Class
org.camunda.bpm.client.variable.impl.VariableValue
-
Packages that use VariableValue Package Description org.camunda.bpm.client.task.impl org.camunda.bpm.client.variable.impl -
-
Uses of VariableValue in org.camunda.bpm.client.task.impl
Fields in org.camunda.bpm.client.task.impl with type parameters of type VariableValue Modifier and Type Field Description protected Map<String,VariableValue>
ExternalTaskImpl. receivedVariableMap
Method parameters in org.camunda.bpm.client.task.impl with type arguments of type VariableValue Modifier and Type Method Description void
ExternalTaskImpl. setReceivedVariableMap(Map<String,VariableValue> receivedVariableMap)
-
Uses of VariableValue in org.camunda.bpm.client.variable.impl
Methods in org.camunda.bpm.client.variable.impl that return types with arguments of type VariableValue Modifier and Type Method Description Map<String,VariableValue>
TypedValues. wrapVariables(ExternalTask externalTask, Map<String,TypedValueField> variables)
-