Uses of Interface
com.flowable.workobject.api.LegacyVariable
-
Uses of LegacyVariable in com.flowable.workobject.api
Methods in com.flowable.workobject.api that return types with arguments of type LegacyVariable Modifier and Type Method Description java.util.List<LegacyVariable>
WorkObject. getLegacyVariables()
-
Uses of LegacyVariable in com.flowable.workobject.engine.impl
Methods in com.flowable.workobject.engine.impl that return types with arguments of type LegacyVariable Modifier and Type Method Description java.util.List<LegacyVariable>
CaseWorkObject. getLegacyVariables()
java.util.List<LegacyVariable>
DefaultWorkObjectUpdater. getLegacyVariables()
java.util.List<LegacyVariable>
ProcessWorkObject. getLegacyVariables()
java.util.List<LegacyVariable>
TaskWorkObject. getLegacyVariables()
-
Uses of LegacyVariable in com.flowable.workobject.engine.impl.persistence.entity
Subinterfaces of LegacyVariable in com.flowable.workobject.engine.impl.persistence.entity Modifier and Type Interface Description interface
LegacyVariableEntity
Write access toLegacyVariable
is not allowedClasses in com.flowable.workobject.engine.impl.persistence.entity that implement LegacyVariable Modifier and Type Class Description class
JavaVariable
Method object that allows to convert from its representation in one of several columns of a database table to a Java value.class
LegacyVariableEntityImpl
Fields in com.flowable.workobject.engine.impl.persistence.entity with type parameters of type LegacyVariable Modifier and Type Field Description protected java.util.List<LegacyVariable>
WorkObjectEntityImpl. legacyVariables
Methods in com.flowable.workobject.engine.impl.persistence.entity that return LegacyVariable Modifier and Type Method Description protected static LegacyVariable
LegacyWorkObjectEntityManagerImpl. buildVariable(LegacyVariable variable, java.util.Map<java.lang.String,java.util.List<LegacyVariableEntityImpl>> parentMapping)
Methods in com.flowable.workobject.engine.impl.persistence.entity that return types with arguments of type LegacyVariable Modifier and Type Method Description static java.util.List<LegacyVariable>
LegacyWorkObjectEntityManagerImpl. adjustVariables(java.util.List<LegacyVariable> variables)
java.util.List<LegacyVariable>
VariableEntityManager. findVariablesByWorkObjectId(java.lang.String workObjectId)
java.util.List<LegacyVariable>
VariableEntityManagerImpl. findVariablesByWorkObjectId(java.lang.String workObjectId)
java.util.List<LegacyVariable>
WorkObjectEntityImpl. getLegacyVariables()
Methods in com.flowable.workobject.engine.impl.persistence.entity with parameters of type LegacyVariable Modifier and Type Method Description protected static LegacyVariable
LegacyWorkObjectEntityManagerImpl. buildVariable(LegacyVariable variable, 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 LegacyVariable Modifier and Type Method Description static java.util.List<LegacyVariable>
LegacyWorkObjectEntityManagerImpl. adjustVariables(java.util.List<LegacyVariable> variables)
void
WorkObjectEntity. setLegacyVariables(java.util.List<LegacyVariable> variables)
void
WorkObjectEntityImpl. setLegacyVariables(java.util.List<LegacyVariable> variables)
-
Uses of LegacyVariable in com.flowable.workobject.engine.impl.persistence.entity.data
Methods in com.flowable.workobject.engine.impl.persistence.entity.data that return types with arguments of type LegacyVariable Modifier and Type Method Description java.util.List<LegacyVariable>
VariableDataManager. findVariablesByWorkObjectId(java.lang.String workObjectId)
-
Uses of LegacyVariable in com.flowable.workobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.workobject.engine.impl.persistence.entity.data.impl that return types with arguments of type LegacyVariable Modifier and Type Method Description java.util.List<LegacyVariable>
MyBatisLegacyVariableDataManager. findVariablesByWorkObjectId(java.lang.String workObjectId)