Uses of Class
org.flowable.job.service.impl.TimerJobQueryImpl
-
-
Uses of TimerJobQueryImpl in org.flowable.job.service.impl
-
Uses of TimerJobQueryImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type TimerJobQueryImpl Modifier and Type Method Description longTimerJobEntityManager. findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)Same asTimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl), but only returns a count and not the instances itself.longTimerJobEntityManagerImpl. findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)List<Job>TimerJobEntityManager. findJobsByQueryCriteria(TimerJobQueryImpl jobQuery)Executes aJobQueryImpland returns the matchingTimerJobEntityinstances.List<Job>TimerJobEntityManagerImpl. findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) -
Uses of TimerJobQueryImpl in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data with parameters of type TimerJobQueryImpl Modifier and Type Method Description longTimerJobDataManager. findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)List<Job>TimerJobDataManager. findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) -
Uses of TimerJobQueryImpl 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 TimerJobQueryImpl Modifier and Type Method Description longMybatisTimerJobDataManager. findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)List<Job>MybatisTimerJobDataManager. findJobsByQueryCriteria(TimerJobQueryImpl jobQuery)
-