| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchService.completeBatch(String batchId,
String status) |
Batch |
BatchBuilder.create() |
Batch |
BatchService.getBatch(String id) |
Batch |
BatchService.updateBatch(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
BatchService.findBatchesByQueryCriteria(BatchQuery batchQuery) |
List<Batch> |
BatchService.findBatchesBySearchKey(String searchKey) |
List<Batch> |
BatchService.getAllBatches() |
| Modifier and Type | Method and Description |
|---|---|
BatchPart |
BatchService.createBatchPart(Batch batch,
String status,
String scopeId,
String subScopeId,
String scopeType) |
void |
BatchService.insertBatch(Batch batch) |
Batch |
BatchService.updateBatch(Batch batch) |
Copyright © 2021 Flowable. All rights reserved.