Uses of Interface
org.flowable.batch.api.BatchPart
-
Uses of BatchPart in org.flowable.batch.api
Methods in org.flowable.batch.api that return BatchPartModifier 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) Methods in org.flowable.batch.api that return types with arguments of type BatchPartModifier and TypeMethodDescriptionBatchService.findBatchPartsByBatchId(String batchId) BatchService.findBatchPartsByBatchIdAndStatus(String batchId, String status) BatchService.findBatchPartsByScopeIdAndType(String scopeId, String scopeType)