Uses of Interface
org.flowable.batch.api.Batch
-
Uses of Batch in org.flowable.batch.api
Methods in org.flowable.batch.api that return BatchModifier and TypeMethodDescriptionBatchService.completeBatch(String batchId, String status) BatchBuilder.create()BatchService.updateBatch(Batch batch) Methods in org.flowable.batch.api that return types with arguments of type BatchModifier and TypeMethodDescriptionBatchService.findBatchesByQueryCriteria(BatchQuery batchQuery) BatchService.findBatchesBySearchKey(String searchKey) BatchService.getAllBatches()Methods in org.flowable.batch.api with parameters of type BatchModifier and TypeMethodDescriptionBatchService.createBatchPart(Batch batch, String status, String scopeId, String subScopeId, String scopeType) voidBatchService.insertBatch(Batch batch) BatchService.updateBatch(Batch batch)