Uses of Interface
com.flowable.core.app.api.AppVariable
-
-
Uses of AppVariable in com.flowable.app.engine.impl.persistence.entity
Subinterfaces of AppVariable in com.flowable.app.engine.impl.persistence.entity Modifier and Type Interface Description interface
AppVariableEntity
Classes in com.flowable.app.engine.impl.persistence.entity that implement AppVariable Modifier and Type Class Description class
AppVariableEntityImpl
Methods in com.flowable.app.engine.impl.persistence.entity that return types with arguments of type AppVariable Modifier and Type Method Description List<AppVariable>
AppVariableEntityManager. findAppVariablesByQueryCriteria(AppVariableQueryImpl appVariableQuery)
List<AppVariable>
AppVariableEntityManagerImpl. findAppVariablesByQueryCriteria(AppVariableQueryImpl appVariableQuery)
-
Uses of AppVariable in com.flowable.app.engine.impl.persistence.entity.data
Methods in com.flowable.app.engine.impl.persistence.entity.data that return types with arguments of type AppVariable Modifier and Type Method Description List<AppVariable>
AppVariableDataManager. findAppVariablesByQueryCriteria(AppVariableQueryImpl appVariableQuery)
-
Uses of AppVariable in com.flowable.app.engine.impl.persistence.entity.data.impl
Methods in com.flowable.app.engine.impl.persistence.entity.data.impl that return types with arguments of type AppVariable Modifier and Type Method Description List<AppVariable>
MybatisAppVariableDataManager. findAppVariablesByQueryCriteria(AppVariableQueryImpl appVariableQuery)
-
Uses of AppVariable in com.flowable.app.engine.impl.repository
Methods in com.flowable.app.engine.impl.repository that return types with arguments of type AppVariable Modifier and Type Method Description List<AppVariable>
AppVariableQueryImpl. executeList(CommandContext commandContext)
-