public interface BatchDataManager extends DataManager<BatchEntity>
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
findAllBatches() |
long |
findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
findBatchesByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
findBatchesBySearchKey(String searchKey) |
List<Batch> findBatchesByQueryCriteria(BatchQueryImpl batchQuery)
long findBatchCountByQueryCriteria(BatchQueryImpl batchQuery)
Copyright © 2021 Flowable. All rights reserved.