public interface BatchPartDataManager extends DataManager<BatchPartEntity>
| Modifier and Type | Method and Description |
|---|---|
List<BatchPart> |
findBatchPartsByBatchId(String batchId) |
List<BatchPart> |
findBatchPartsByBatchIdAndStatus(String batchId,
String status) |
List<BatchPart> |
findBatchPartsByScopeIdAndType(String scopeId,
String scopeType) |
Copyright © 2020 Flowable. All rights reserved.