Uses of Class
org.flowable.engine.impl.ModelQueryImpl
Packages that use ModelQueryImpl
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ModelQueryImpl in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return ModelQueryImplModifier and TypeMethodDescriptionModelQueryImpl.modelCategory
(String category) ModelQueryImpl.modelCategoryLike
(String categoryLike) ModelQueryImpl.modelCategoryNotEquals
(String categoryNotEquals) ModelQueryImpl.modelNameLike
(String nameLike) ModelQueryImpl.modelVersion
(Integer version) -
Uses of ModelQueryImpl in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity with parameters of type ModelQueryImplModifier and TypeMethodDescriptionlong
ModelEntityManager.findModelCountByQueryCriteria
(ModelQueryImpl query) long
ModelEntityManagerImpl.findModelCountByQueryCriteria
(ModelQueryImpl query) ModelEntityManager.findModelsByQueryCriteria
(ModelQueryImpl query) ModelEntityManagerImpl.findModelsByQueryCriteria
(ModelQueryImpl query) -
Uses of ModelQueryImpl in org.flowable.engine.impl.persistence.entity.data
Methods in org.flowable.engine.impl.persistence.entity.data with parameters of type ModelQueryImplModifier and TypeMethodDescriptionlong
ModelDataManager.findModelCountByQueryCriteria
(ModelQueryImpl query) ModelDataManager.findModelsByQueryCriteria
(ModelQueryImpl query) -
Uses of ModelQueryImpl in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl with parameters of type ModelQueryImplModifier and TypeMethodDescriptionlong
MybatisModelDataManager.findModelCountByQueryCriteria
(ModelQueryImpl query) MybatisModelDataManager.findModelsByQueryCriteria
(ModelQueryImpl query)