Uses of Class
org.camunda.bpm.engine.impl.batch.BatchEntity
Package
Description
-
Uses of BatchEntity in org.camunda.bpm.engine.impl.batch
Modifier and TypeMethodDescriptionprotected void
DeleteBatchCmd.checkAccess
(CommandContext commandContext, BatchEntity batch) protected JobEntity
AbstractBatchJobHandler.createBatchJob
(BatchEntity batch, ByteArrayEntity configuration) protected void
AbstractBatchJobHandler.createJobEntities
(BatchEntity batch, T configuration, String deploymentId, List<String> processIds, int invocationsPerBatchJob) boolean
AbstractBatchJobHandler.createJobs
(BatchEntity batch) boolean
BatchJobHandler.createJobs
(BatchEntity batch) Creates batch jobs for a batch.void
AbstractBatchJobHandler.deleteJobs
(BatchEntity batch) void
BatchJobHandler.deleteJobs
(BatchEntity batch) Delete all jobs for a batch.protected MessageEntity
BatchMonitorJobDeclaration.newJobInstance
(BatchEntity batch) protected MessageEntity
BatchSeedJobDeclaration.newJobInstance
(BatchEntity batch) protected ExecutionEntity
BatchMonitorJobDeclaration.resolveExecution
(BatchEntity batch) protected ExecutionEntity
BatchSeedJobDeclaration.resolveExecution
(BatchEntity batch) protected String
BatchMonitorJobDeclaration.resolveJobDefinitionId
(BatchEntity batch) protected String
BatchSeedJobDeclaration.resolveJobDefinitionId
(BatchEntity batch) protected JobHandlerConfiguration
BatchMonitorJobDeclaration.resolveJobHandlerConfiguration
(BatchEntity batch) protected JobHandlerConfiguration
BatchSeedJobDeclaration.resolveJobHandlerConfiguration
(BatchEntity batch) void
BatchJobContext.setBatch
(BatchEntity batch) ModifierConstructorDescriptionBatchJobContext
(BatchEntity batchEntity, ByteArrayEntity configuration) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.batch.builder
Modifier and TypeMethodDescriptionprotected BatchEntity
BatchBuilder.configure
(BatchEntity batch) Modifier and TypeMethodDescriptionprotected BatchEntity
BatchBuilder.configure
(BatchEntity batch) protected void
BatchBuilder.save
(BatchEntity batch) protected void
BatchBuilder.setTotalJobs
(BatchEntity batch, int invocationPerBatchJobCount) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.batch.deletion
Modifier and TypeMethodDescriptionprotected void
DeleteProcessInstancesJobHandler.createJobEntities
(BatchEntity batch, DeleteProcessInstanceBatchConfiguration configuration, String deploymentId, List<String> processIds, int invocationsPerBatchJob) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.cfg
Modifier and TypeMethodDescriptionvoid
CommandChecker.checkActivateBatch
(BatchEntity batch) Check if it is allowed to activate a batchvoid
CommandChecker.checkDeleteBatch
(BatchEntity batch) Check if it is allowed to delete a batchvoid
CommandChecker.checkSuspendBatch
(BatchEntity batch) Check if it is allowed to suspend a batch -
Uses of BatchEntity in org.camunda.bpm.engine.impl.cfg.auth
Modifier and TypeMethodDescriptionvoid
AuthorizationCommandChecker.checkActivateBatch
(BatchEntity batch) void
AuthorizationCommandChecker.checkDeleteBatch
(BatchEntity batch) void
AuthorizationCommandChecker.checkSuspendBatch
(BatchEntity batch) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Modifier and TypeMethodDescriptionvoid
TenantCommandChecker.checkActivateBatch
(BatchEntity batch) void
TenantCommandChecker.checkDeleteBatch
(BatchEntity batch) void
TenantCommandChecker.checkSuspendBatch
(BatchEntity batch) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected abstract void
AbstractSetBatchStateCmd.checkAccess
(CommandChecker checker, BatchEntity batch) protected void
AbstractSetBatchStateCmd.checkAccess
(CommandContext commandContext, BatchEntity batch) protected void
ActivateBatchCmd.checkAccess
(CommandChecker checker, BatchEntity batch) protected void
SuspendBatchCmd.checkAccess
(CommandChecker checker, BatchEntity batch) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected HistoryEvent
DefaultHistoryEventProducer.createBatchEvent
(BatchEntity batch, HistoryEventTypes eventType) protected HistoricBatchEntity
CacheAwareHistoryEventProducer.loadBatchEntity
(BatchEntity batch) protected HistoricBatchEntity
DefaultHistoryEventProducer.loadBatchEntity
(BatchEntity batch) protected HistoricBatchEntity
DefaultHistoryEventProducer.newBatchEventEntity
(BatchEntity batch) -
Uses of BatchEntity in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionvoid
HistoricBatchManager.completeHistoricBatch
(BatchEntity batch) void
HistoricBatchManager.createHistoricBatch
(BatchEntity batch) void
BatchManager.insertBatch
(BatchEntity batch) void
HistoricBatchManager.updateHistoricBatch
(BatchEntity batch)