Uses of Interface
org.flowable.variable.api.types.ValueFields
Packages that use ValueFields
-
Uses of ValueFields in org.flowable.variable.api.persistence.entity
Subinterfaces of ValueFields in org.flowable.variable.api.persistence.entityModifier and TypeInterfaceDescriptioninterfaceGeneric 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 ValueFieldsModifier and TypeMethodDescriptionVariableType.getValue(ValueFields valueFields) voidVariableType.setValue(Object value, ValueFields valueFields) Stores the specified value in the suppliedValueFields.