| Modifier and Type | Method and Description |
|---|---|
long |
TimerJobEntityManagerImpl.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) |
long |
TimerJobEntityManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)
Same as
TimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl), but only returns a count and not the instances itself. |
List<Job> |
TimerJobEntityManagerImpl.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<Job> |
TimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery)
Executes a
JobQueryImpl and returns the matching TimerJobEntity instances. |
| Modifier and Type | Method and Description |
|---|---|
long |
TimerJobDataManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<Job> |
TimerJobDataManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) |
| Modifier and Type | Method and Description |
|---|---|
long |
MybatisTimerJobDataManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<Job> |
MybatisTimerJobDataManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) |
Copyright © 2018 Flowable. All rights reserved.