| Modifier and Type | Method and Description |
|---|---|
JobQueryImpl |
JobQueryImpl.executionId(String executionId) |
JobQueryImpl |
JobQueryImpl.handlerType(String handlerType) |
JobQueryImpl |
JobQueryImpl.processDefinitionId(String processDefinitionId) |
JobQueryImpl |
JobQueryImpl.processInstanceId(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
long |
JobEntityManagerImpl.findJobCountByQueryCriteria(JobQueryImpl jobQuery) |
long |
JobEntityManager.findJobCountByQueryCriteria(JobQueryImpl jobQuery)
Same as
JobEntityManager.findJobsByQueryCriteria(JobQueryImpl), but only returns a count and not the instances itself. |
List<Job> |
JobEntityManagerImpl.findJobsByQueryCriteria(JobQueryImpl jobQuery) |
List<Job> |
JobEntityManager.findJobsByQueryCriteria(JobQueryImpl jobQuery)
Executes a
JobQueryImpl and returns the matching JobEntity instances. |
| Modifier and Type | Method and Description |
|---|---|
long |
JobDataManager.findJobCountByQueryCriteria(JobQueryImpl jobQuery) |
List<Job> |
JobDataManager.findJobsByQueryCriteria(JobQueryImpl jobQuery) |
| Modifier and Type | Method and Description |
|---|---|
long |
MybatisJobDataManager.findJobCountByQueryCriteria(JobQueryImpl jobQuery) |
List<Job> |
MybatisJobDataManager.findJobsByQueryCriteria(JobQueryImpl jobQuery) |
Copyright © 2017 Flowable. All rights reserved.