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 java.util.Map<java.lang.String,VariableValue>ExternalTaskImpl. receivedVariableMapMethod parameters in org.camunda.bpm.client.task.impl with type arguments of type VariableValue Modifier and Type Method Description voidExternalTaskImpl. setReceivedVariableMap(java.util.Map<java.lang.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 java.util.Map<java.lang.String,VariableValue>TypedValues. wrapVariables(ExternalTask externalTask, java.util.Map<java.lang.String,TypedValueField> variables)
-