Uses of Interface
org.flowable.batch.api.BatchService
Packages that use BatchService
Package
Description
-
Uses of BatchService in org.flowable.batch.service
Fields in org.flowable.batch.service declared as BatchServiceMethods in org.flowable.batch.service that return BatchServiceMethods in org.flowable.batch.service with parameters of type BatchServiceModifier and TypeMethodDescriptionBatchServiceConfiguration.setBatchService
(BatchService batchService) -
Uses of BatchService in org.flowable.batch.service.impl
Classes in org.flowable.batch.service.impl that implement BatchService -
Uses of BatchService in org.flowable.cmmn.engine.impl.delete
Methods in org.flowable.cmmn.engine.impl.delete with parameters of type BatchServiceModifier and TypeMethodDescriptionprotected void
ComputeDeleteHistoricCaseInstanceIdsJobHandler.failBatchPart
(CmmnEngineConfiguration engineConfiguration, BatchService batchService, BatchPart batchPart, Batch batch, String resultJson, boolean sequentialExecution) protected void
DeleteHistoricCaseInstancesSequentialJobHandler.failBatchPart
(CmmnEngineConfiguration engineConfiguration, BatchService batchService, BatchPart batchPart, Batch batch, String resultJson) -
Uses of BatchService in org.flowable.cmmn.engine.impl.job
Methods in org.flowable.cmmn.engine.impl.job with parameters of type BatchServiceModifier and TypeMethodDescriptionprotected void
CaseInstanceMigrationStatusJobHandler.updateBatchStatus
(Batch batch, BatchService batchService) -
Uses of BatchService in org.flowable.engine.impl.delete
Methods in org.flowable.engine.impl.delete with parameters of type BatchServiceModifier and TypeMethodDescriptionprotected void
ComputeDeleteHistoricProcessInstanceIdsJobHandler.failBatchPart
(ProcessEngineConfigurationImpl engineConfiguration, BatchService batchService, BatchPart batchPart, Batch batch, String resultJson, boolean sequentialExecution) protected void
DeleteHistoricProcessInstancesSequentialJobHandler.failBatchPart
(ProcessEngineConfigurationImpl engineConfiguration, BatchService batchService, BatchPart batchPart, Batch batch, String resultJson) -
Uses of BatchService in org.flowable.engine.impl.jobexecutor
Methods in org.flowable.engine.impl.jobexecutor with parameters of type BatchServiceModifier and TypeMethodDescriptionprotected void
ProcessInstanceMigrationStatusJobHandler.updateBatchStatus
(Batch batch, String status, BatchService batchService) -
Uses of BatchService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return BatchServiceModifier and TypeMethodDescriptionstatic BatchService
CommandContextUtil.getBatchService()
static BatchService
CommandContextUtil.getBatchService
(CommandContext commandContext)