Class VariableValue<T extends TypedValue>
java.lang.Object
org.camunda.bpm.client.variable.impl.VariableValue<T>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Tprotected ValueMappersprotected Stringprotected ValueMapper<T>protected TypedValueFieldprotected String - 
Constructor Summary
ConstructorsConstructorDescriptionVariableValue(String processInstanceId, String variableName, TypedValueField typedValueField, ValueMappers mappers)  - 
Method Summary
 
- 
Field Details
- 
processInstanceId
 - 
variableName
 - 
typedValueField
 - 
mappers
 - 
serializer
 - 
cachedValue
 
 - 
 - 
Constructor Details
- 
VariableValue
public VariableValue(String processInstanceId, String variableName, TypedValueField typedValueField, ValueMappers mappers)  
 - 
 - 
Method Details