Class VariableValue<T extends TypedValue>
java.lang.Object
org.camunda.bpm.client.variable.impl.VariableValue<T>
-
Field Summary
Modifier and TypeFieldDescriptionprotected T
protected String
protected ValueMappers
protected ValueMapper<T>
protected TypedValueField
protected String
-
Constructor Summary
ConstructorDescriptionVariableValue
(String executionId, String variableName, TypedValueField typedValueField, ValueMappers mappers) -
Method Summary
-
Field Details
-
executionId
-
variableName
-
typedValueField
-
mappers
-
serializer
-
cachedValue
-
-
Constructor Details
-
VariableValue
public VariableValue(String executionId, String variableName, TypedValueField typedValueField, ValueMappers mappers)
-
-
Method Details