Uses of Class
com.flowable.app.engine.impl.repository.AppVariableQueryImpl
Packages that use AppVariableQueryImpl
Package
Description
-
Uses of AppVariableQueryImpl in com.flowable.app.engine.impl.persistence.entity
Methods in com.flowable.app.engine.impl.persistence.entity with parameters of type AppVariableQueryImplModifier and TypeMethodDescriptionlongAppVariableEntityManager.findAppVariableCountByQueryCriteria(AppVariableQueryImpl appVariableQuery) longAppVariableEntityManagerImpl.findAppVariableCountByQueryCriteria(AppVariableQueryImpl appVariableQuery) AppVariableEntityManager.findAppVariablesByQueryCriteria(AppVariableQueryImpl appVariableQuery) AppVariableEntityManagerImpl.findAppVariablesByQueryCriteria(AppVariableQueryImpl appVariableQuery) -
Uses of AppVariableQueryImpl in com.flowable.app.engine.impl.persistence.entity.data
Methods in com.flowable.app.engine.impl.persistence.entity.data with parameters of type AppVariableQueryImplModifier and TypeMethodDescriptionlongAppVariableDataManager.findAppVariableCountByQueryCriteria(AppVariableQueryImpl appVariableQuery) AppVariableDataManager.findAppVariablesByQueryCriteria(AppVariableQueryImpl appVariableQuery) -
Uses of AppVariableQueryImpl in com.flowable.app.engine.impl.persistence.entity.data.impl
Methods in com.flowable.app.engine.impl.persistence.entity.data.impl with parameters of type AppVariableQueryImplModifier and TypeMethodDescriptionlongMybatisAppVariableDataManager.findAppVariableCountByQueryCriteria(AppVariableQueryImpl appVariableQuery) MybatisAppVariableDataManager.findAppVariablesByQueryCriteria(AppVariableQueryImpl appVariableQuery) -
Uses of AppVariableQueryImpl in com.flowable.app.engine.impl.repository
Methods in com.flowable.app.engine.impl.repository that return AppVariableQueryImplModifier and TypeMethodDescriptionAppVariableQueryImpl.tenantIdLike(String tenantIdLike) AppVariableQueryImpl.variableName(String variableName) AppVariableQueryImpl.variableNameLike(String variableNameLike) AppVariableQueryImpl.variableValueEquals(String variableName, Object variableValue) AppVariableQueryImpl.variableValueLike(String variableName, String variableValue) AppVariableQueryImpl.variableValueLikeIgnoreCase(String variableName, String variableValue) AppVariableQueryImpl.variableValueNotEquals(String variableName, Object variableValue) AppVariableQueryImpl.withoutTenantId()