| Modifier and Type | Method and Description |
|---|---|
BatchPart |
BatchService.completeBatchPart(String batchPartId,
String status,
String resultJson) |
BatchPart |
BatchPartBuilder.create() |
BatchPart |
BatchService.createBatchPart(Batch batch,
String status,
String scopeId,
String subScopeId,
String scopeType) |
BatchPart |
BatchService.getBatchPart(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPart> |
BatchService.findBatchPartsByBatchId(String batchId) |
List<BatchPart> |
BatchService.findBatchPartsByBatchIdAndStatus(String batchId,
String status) |
List<BatchPart> |
BatchService.findBatchPartsByScopeIdAndType(String scopeId,
String scopeType) |
Copyright © 2022 Flowable. All rights reserved.