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 TypeMethodDescriptionlong
HistoryJobEntityManager.findHistoryJobCountByQueryCriteria
(HistoryJobQueryImpl jobQuery) Same asHistoryJobEntityManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl)
, but only returns a count and not the instances itself.long
HistoryJobEntityManagerImpl.findHistoryJobCountByQueryCriteria
(HistoryJobQueryImpl jobQuery) HistoryJobEntityManager.findHistoryJobsByQueryCriteria
(HistoryJobQueryImpl jobQuery) Executes aHistoryJobQueryImpl
and returns the matchingHistoryJobEntity
instances.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 TypeMethodDescriptionlong
HistoryJobDataManager.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 TypeMethodDescriptionlong
MybatisHistoryJobDataManager.findHistoryJobCountByQueryCriteria
(HistoryJobQueryImpl jobQuery) MybatisHistoryJobDataManager.findHistoryJobsByQueryCriteria
(HistoryJobQueryImpl jobQuery)