| Modifier and Type | Method and Description |
|---|---|
long |
DeadLetterJobEntityManager.findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
Same as
DeadLetterJobEntityManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl), but only returns a count and not the instances itself. |
long |
DeadLetterJobEntityManagerImpl.findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
List<Job> |
DeadLetterJobEntityManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
Executes a
JobQueryImpl and returns the matching DeadLetterJobEntity instances. |
List<Job> |
DeadLetterJobEntityManagerImpl.findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
| Modifier and Type | Method and Description |
|---|---|
long |
DeadLetterJobDataManager.findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
List<Job> |
DeadLetterJobDataManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
| Modifier and Type | Method and Description |
|---|---|
long |
MybatisDeadLetterJobDataManager.findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
List<Job> |
MybatisDeadLetterJobDataManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
Copyright © 2021 Flowable. All rights reserved.