| Modifier and Type | Method and Description |
|---|---|
long |
SuspendedJobEntityManagerImpl.findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
long |
SuspendedJobEntityManager.findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)
Same as
SuspendedJobEntityManager.findJobsByQueryCriteria(SuspendedJobQueryImpl), but only returns a count and not the instances itself. |
List<Job> |
SuspendedJobEntityManagerImpl.findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
List<Job> |
SuspendedJobEntityManager.findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery)
Executes a
JobQueryImpl and returns the matching SuspendedJobEntity instances. |
| Modifier and Type | Method and Description |
|---|---|
long |
SuspendedJobDataManager.findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
List<Job> |
SuspendedJobDataManager.findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
| Modifier and Type | Method and Description |
|---|---|
long |
MybatisSuspendedJobDataManager.findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
List<Job> |
MybatisSuspendedJobDataManager.findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
Copyright © 2018 Flowable. All rights reserved.