| Modifier and Type | Method and Description |
|---|---|
List<HistoryJob> |
HistoryJobService.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryJob> |
HistoryJobServiceImpl.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
long |
HistoryJobEntityManagerImpl.findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery) |
long |
HistoryJobEntityManager.findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery)
Same as
HistoryJobEntityManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl), but only returns a count and not the instances itself. |
List<HistoryJob> |
HistoryJobEntityManagerImpl.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery) |
List<HistoryJob> |
HistoryJobEntityManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery)
Executes a
HistoryJobQueryImpl and returns the matching HistoryJobEntity instances. |
| Modifier and Type | Method and Description |
|---|---|
long |
HistoryJobDataManager.findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl query) |
List<HistoryJob> |
HistoryJobDataManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
long |
MybatisHistoryJobDataManager.findHistoryJobCountByQueryCriteria(HistoryJobQueryImpl jobQuery) |
List<HistoryJob> |
MybatisHistoryJobDataManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl jobQuery) |
Copyright © 2018 Flowable. All rights reserved.