Uses of Interface
org.flowable.batch.api.Batch
-
Uses of Batch in org.flowable.batch.api
Modifier and TypeMethodDescriptionBatchService.completeBatch
(String batchId, String status) BatchBuilder.create()
BatchService.updateBatch
(Batch batch) Modifier and TypeMethodDescriptionBatchService.findBatchesByQueryCriteria
(BatchQuery batchQuery) BatchService.findBatchesBySearchKey
(String searchKey) BatchService.getAllBatches()
Modifier and TypeMethodDescriptionBatchService.createBatchPart
(Batch batch, String status, String scopeId, String subScopeId, String scopeType) void
BatchService.insertBatch
(Batch batch) BatchService.updateBatch
(Batch batch)