Uses of Class
com.flowable.workobject.engine.impl.persistence.entity.LegacyVariableEntityImpl
-
Uses of LegacyVariableEntityImpl in com.flowable.workobject.engine.impl.persistence.entity
Methods in com.flowable.workobject.engine.impl.persistence.entity with parameters of type LegacyVariableEntityImpl Modifier and Type Method Description protected static voidLegacyWorkObjectEntityManagerImpl. add(java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping, java.lang.String key, LegacyVariableEntityImpl variable)protected static JavaVariableLegacyWorkObjectEntityManagerImpl. buildCollectionVariable(LegacyVariableEntityImpl rootVariable, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)protected static java.util.List<java.lang.Object>LegacyWorkObjectEntityManagerImpl. reconstructList(LegacyVariableEntityImpl rootVariable, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)protected static java.util.Map<java.lang.String,java.lang.Object>LegacyWorkObjectEntityManagerImpl. reconstructMap(LegacyVariableEntityImpl rootVariable, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)protected static java.lang.ObjectLegacyWorkObjectEntityManagerImpl. reconstructValue(LegacyVariableEntityImpl rootVariable, java.lang.Object defaultValue, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)Method parameters in com.flowable.workobject.engine.impl.persistence.entity with type arguments of type LegacyVariableEntityImpl Modifier and Type Method Description protected static voidLegacyWorkObjectEntityManagerImpl. add(java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping, java.lang.String key, LegacyVariableEntityImpl variable)protected static JavaVariableLegacyWorkObjectEntityManagerImpl. buildCollectionVariable(LegacyVariableEntityImpl rootVariable, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)protected static LegacyVariableLegacyWorkObjectEntityManagerImpl. buildVariable(LegacyVariable variable, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)protected static java.util.List<java.lang.Object>LegacyWorkObjectEntityManagerImpl. reconstructList(LegacyVariableEntityImpl rootVariable, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)protected static java.util.Map<java.lang.String,java.lang.Object>LegacyWorkObjectEntityManagerImpl. reconstructMap(LegacyVariableEntityImpl rootVariable, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)protected static java.lang.ObjectLegacyWorkObjectEntityManagerImpl. reconstructValue(LegacyVariableEntityImpl rootVariable, java.lang.Object defaultValue, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping) -
Uses of LegacyVariableEntityImpl in com.flowable.workobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.workobject.engine.impl.persistence.entity.data.impl with parameters of type LegacyVariableEntityImpl Modifier and Type Method Description voidMyBatisLegacyVariableDataManager. insert(LegacyVariableEntityImpl entity) -
Uses of LegacyVariableEntityImpl in com.flowable.workobject.engine.impl.persistence.entity.types
Methods in com.flowable.workobject.engine.impl.persistence.entity.types with parameters of type LegacyVariableEntityImpl Modifier and Type Method Description java.lang.ObjectLegacyVariableType. getValue(LegacyVariableEntityImpl variable)voidLegacyVariableType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)Stores the specified value in the suppliedLegacyVariableEntityImpl. -
Uses of LegacyVariableEntityImpl in com.flowable.workobject.engine.impl.persistence.entity.types.impl
Methods in com.flowable.workobject.engine.impl.persistence.entity.types.impl with parameters of type LegacyVariableEntityImpl Modifier and Type Method Description java.lang.ObjectLegacyBooleanType. getValue(LegacyVariableEntityImpl variable)java.lang.ObjectLegacyDateType. getValue(LegacyVariableEntityImpl variable)java.lang.ObjectLegacyDoubleType. getValue(LegacyVariableEntityImpl variable)java.lang.ObjectLegacyLargeStringType. getValue(LegacyVariableEntityImpl variable)java.lang.ObjectLegacyListType. getValue(LegacyVariableEntityImpl variable)java.lang.ObjectLegacyLongType. getValue(LegacyVariableEntityImpl variable)java.lang.ObjectLegacyMapType. getValue(LegacyVariableEntityImpl variable)java.lang.ObjectLegacyNullType. getValue(LegacyVariableEntityImpl variable)java.lang.ObjectLegacyStringType. getValue(LegacyVariableEntityImpl variable)voidLegacyBooleanType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)voidLegacyDateType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)voidLegacyDoubleType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)voidLegacyLargeStringType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)voidLegacyListType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)voidLegacyLongType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)voidLegacyMapType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)voidLegacyNullType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)voidLegacyStringType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)