| Modifier and Type | Method and Description |
|---|---|
long |
BatchEntityManager.findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) |
long |
BatchEntityManagerImpl.findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
BatchEntityManager.findBatchesByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
BatchEntityManagerImpl.findBatchesByQueryCriteria(BatchQueryImpl batchQuery) |
| Modifier and Type | Method and Description |
|---|---|
long |
BatchDataManager.findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
BatchDataManager.findBatchesByQueryCriteria(BatchQueryImpl batchQuery) |
| Modifier and Type | Method and Description |
|---|---|
long |
MybatisBatchDataManager.findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
MybatisBatchDataManager.findBatchesByQueryCriteria(BatchQueryImpl batchQuery) |
Copyright © 2021 Flowable. All rights reserved.