Package org.flowable.batch.service.impl
Class BatchServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<BatchServiceConfiguration>
org.flowable.batch.service.impl.BatchServiceImpl
- All Implemented Interfaces:
BatchService
public class BatchServiceImpl
extends CommonServiceImpl<BatchServiceConfiguration>
implements BatchService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompleteBatch(String batchId, String status) completeBatchPart(String batchPartId, String status, String resultJson) createBatch(BatchBuilder batchBuilder) voiddeleteBatch(String batchId) longfindBatchCountByQueryCriteria(BatchQuery batchQuery) findBatchesByQueryCriteria(BatchQuery batchQuery) findBatchesBySearchKey(String searchKey) findBatchPartsByBatchId(String batchId) findBatchPartsByBatchIdAndStatus(String batchId, String status) findBatchPartsByScopeIdAndType(String scopeId, String scopeType) getBatchPart(String id) voidinsertBatch(Batch batch) updateBatch(Batch batch) Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
BatchServiceImpl
-
-
Method Details
-
getBatch
- Specified by:
getBatchin interfaceBatchService
-
findBatchesBySearchKey
- Specified by:
findBatchesBySearchKeyin interfaceBatchService
-
getAllBatches
- Specified by:
getAllBatchesin interfaceBatchService
-
findBatchesByQueryCriteria
- Specified by:
findBatchesByQueryCriteriain interfaceBatchService
-
findBatchCountByQueryCriteria
- Specified by:
findBatchCountByQueryCriteriain interfaceBatchService
-
createBatchBuilder
- Specified by:
createBatchBuilderin interfaceBatchService
-
insertBatch
- Specified by:
insertBatchin interfaceBatchService
-
updateBatch
- Specified by:
updateBatchin interfaceBatchService
-
deleteBatch
- Specified by:
deleteBatchin interfaceBatchService
-
getBatchPart
- Specified by:
getBatchPartin interfaceBatchService
-
findBatchPartsByBatchId
- Specified by:
findBatchPartsByBatchIdin interfaceBatchService
-
findBatchPartsByBatchIdAndStatus
- Specified by:
findBatchPartsByBatchIdAndStatusin interfaceBatchService
-
findBatchPartsByScopeIdAndType
- Specified by:
findBatchPartsByScopeIdAndTypein interfaceBatchService
-
createBatchPart
public BatchPart createBatchPart(Batch batch, String status, String scopeId, String subScopeId, String scopeType) - Specified by:
createBatchPartin interfaceBatchService
-
completeBatchPart
- Specified by:
completeBatchPartin interfaceBatchService
-
completeBatch
- Specified by:
completeBatchin interfaceBatchService
-
createBatch
-
getBatchEntityManager
-
getBatchPartEntityManager
-