public interface BatchPartEntityManager extends EntityManager<BatchPartEntity>
| Modifier and Type | Method and Description |
|---|---|
BatchPartEntity |
completeBatchPart(String batchPartId,
String status,
String resultJson) |
BatchPartEntity |
createBatchPart(BatchEntity parentBatch,
String status,
String scopeId,
String subScopeId,
String scopeType) |
void |
deleteBatchPartEntityAndResources(BatchPartEntity batchPartEntity) |
List<BatchPart> |
findBatchPartsByBatchId(String batchId) |
List<BatchPart> |
findBatchPartsByBatchIdAndStatus(String batchId,
String status) |
List<BatchPart> |
findBatchPartsByScopeIdAndType(String scopeId,
String scopeType) |
List<BatchPart> findBatchPartsByBatchIdAndStatus(String batchId, String status)
List<BatchPart> findBatchPartsByScopeIdAndType(String scopeId, String scopeType)
BatchPartEntity createBatchPart(BatchEntity parentBatch, String status, String scopeId, String subScopeId, String scopeType)
BatchPartEntity completeBatchPart(String batchPartId, String status, String resultJson)
void deleteBatchPartEntityAndResources(BatchPartEntity batchPartEntity)
Copyright © 2021 Flowable. All rights reserved.