Uses of Interface
org.flowable.variable.api.types.ValueFields
-
Packages that use ValueFields Package Description org.flowable.variable.api.persistence.entity org.flowable.variable.api.types -
-
Uses of ValueFields in org.flowable.variable.api.persistence.entity
Subinterfaces of ValueFields in org.flowable.variable.api.persistence.entity Modifier and Type Interface Description interfaceVariableInstanceGeneric variable class that can be reused for V6 and V5 engine. -
Uses of ValueFields in org.flowable.variable.api.types
Methods in org.flowable.variable.api.types with parameters of type ValueFields Modifier and Type Method Description ObjectVariableType. getValue(ValueFields valueFields)voidVariableType. setValue(Object value, ValueFields valueFields)Stores the specified value in the suppliedValueFields.
-