Uses of Class
org.camunda.bpm.client.variable.impl.VariableValue
Packages that use VariableValue
- 
Uses of VariableValue in org.camunda.bpm.client.task.impl
Fields in org.camunda.bpm.client.task.impl with type parameters of type VariableValueModifier and TypeFieldDescriptionprotected Map<String,VariableValue> ExternalTaskImpl.receivedVariableMapMethod parameters in org.camunda.bpm.client.task.impl with type arguments of type VariableValueModifier and TypeMethodDescriptionvoidExternalTaskImpl.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 VariableValueModifier and TypeMethodDescriptionTypedValues.wrapVariables(ExternalTask externalTask, Map<String, TypedValueField> variables)