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