Uses of Class
org.flowable.job.service.impl.HistoryJobQueryImpl
Packages that use HistoryJobQueryImpl
Package
Description
-
Uses of HistoryJobQueryImpl in org.flowable.job.service
Methods in org.flowable.job.service with parameters of type HistoryJobQueryImplModifier and TypeMethodDescriptionHistoryJobService.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query) -
Uses of HistoryJobQueryImpl in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl with parameters of type HistoryJobQueryImplModifier and TypeMethodDescriptionHistoryJobServiceImpl.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query) -
Uses of HistoryJobQueryImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type HistoryJobQueryImplModifier and TypeMethodDescriptionlongHistoryJobEntityManager.findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery) Same asHistoryJobEntityManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl), but only returns a count and not the instances itself.longHistoryJobEntityManagerImpl.findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery) HistoryJobEntityManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery) Executes aHistoryJobQueryImpland returns the matchingHistoryJobEntityinstances.HistoryJobEntityManagerImpl.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery) -
Uses of HistoryJobQueryImpl in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data with parameters of type HistoryJobQueryImplModifier and TypeMethodDescriptionlongHistoryJobDataManager.findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl query) HistoryJobDataManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query) -
Uses of HistoryJobQueryImpl in org.flowable.job.service.impl.persistence.entity.data.impl
Methods in org.flowable.job.service.impl.persistence.entity.data.impl with parameters of type HistoryJobQueryImplModifier and TypeMethodDescriptionlongMybatisHistoryJobDataManager.findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery) MybatisHistoryJobDataManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery)