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 void
LegacyWorkObjectEntityManagerImpl. add(java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping, java.lang.String key, LegacyVariableEntityImpl variable)
protected static JavaVariable
LegacyWorkObjectEntityManagerImpl. 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.Object
LegacyWorkObjectEntityManagerImpl. 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 void
LegacyWorkObjectEntityManagerImpl. add(java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping, java.lang.String key, LegacyVariableEntityImpl variable)
protected static JavaVariable
LegacyWorkObjectEntityManagerImpl. buildCollectionVariable(LegacyVariableEntityImpl rootVariable, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)
protected static LegacyVariable
LegacyWorkObjectEntityManagerImpl. 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.Object
LegacyWorkObjectEntityManagerImpl. 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 void
MyBatisLegacyVariableDataManager. 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.Object
LegacyVariableType. getValue(LegacyVariableEntityImpl variable)
void
LegacyVariableType. 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.Object
LegacyBooleanType. getValue(LegacyVariableEntityImpl variable)
java.lang.Object
LegacyDateType. getValue(LegacyVariableEntityImpl variable)
java.lang.Object
LegacyDoubleType. getValue(LegacyVariableEntityImpl variable)
java.lang.Object
LegacyLargeStringType. getValue(LegacyVariableEntityImpl variable)
java.lang.Object
LegacyListType. getValue(LegacyVariableEntityImpl variable)
java.lang.Object
LegacyLongType. getValue(LegacyVariableEntityImpl variable)
java.lang.Object
LegacyMapType. getValue(LegacyVariableEntityImpl variable)
java.lang.Object
LegacyNullType. getValue(LegacyVariableEntityImpl variable)
java.lang.Object
LegacyStringType. getValue(LegacyVariableEntityImpl variable)
void
LegacyBooleanType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)
void
LegacyDateType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)
void
LegacyDoubleType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)
void
LegacyLargeStringType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)
void
LegacyListType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)
void
LegacyLongType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)
void
LegacyMapType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)
void
LegacyNullType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)
void
LegacyStringType. setValue(java.lang.Object value, LegacyVariableEntityImpl variable)