Uses of Interface
org.flowable.batch.api.BatchPart
-
Uses of BatchPart in org.flowable.batch.api
Modifier and TypeMethodDescriptionBatchService.completeBatchPart
(String batchPartId, String status, String resultJson) BatchPartBuilder.create()
BatchService.createBatchPart
(Batch batch, String status, String scopeId, String subScopeId, String scopeType) BatchService.getBatchPart
(String id) Modifier and TypeMethodDescriptionBatchService.findBatchPartsByBatchId
(String batchId) BatchService.findBatchPartsByBatchIdAndStatus
(String batchId, String status) BatchService.findBatchPartsByScopeIdAndType
(String scopeId, String scopeType)