-
- All Implemented Interfaces:
-
io.holunda.camunda.taskpool.api.process.variable.ProcessVariableValue
public final class ObjectProcessVariableValue implements ProcessVariableValue
Implementation of the process variable value, where the value itself is represented by a map hierarchy of native classes.
-
-
Field Summary
Fields Modifier and Type Field Description private final ProcessVariableValueTypetypeprivate final VariableMapvalue
-
Constructor Summary
Constructors Constructor Description ObjectProcessVariableValue(VariableMap value)
-
Method Summary
Modifier and Type Method Description ProcessVariableValueTypegetType()VariableMapgetValue()-
-
Method Detail
-
getType
ProcessVariableValueType getType()
-
getValue
VariableMap getValue()
-
-
-
-