Uses of Class
org.camunda.bpm.engine.impl.batch.BatchConfiguration
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl
Modifier and TypeClassDescriptionclass
class
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch
Modifier and TypeClassDescriptionclass
class
AbstractBatchJobHandler<T extends BatchConfiguration>
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionRestartProcessInstancesBatchCmd.getConfiguration
(Collection<String> instanceIds, String deploymentId) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.builder
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.deletion
Modifier and TypeClassDescriptionclass
Configuration object that is passed to the Job that will actually perform execution of deletion.Modifier and TypeMethodDescriptionprotected BatchConfiguration
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration
(BatchConfiguration configuration, List<String> processIdsForJob) DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.readConfiguration
(com.google.gson.JsonObject json) Modifier and TypeMethodDescriptionprotected BatchConfiguration
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration
(BatchConfiguration configuration, List<String> processIdsForJob) void
DeleteHistoricProcessInstancesJobHandler.executeHandler
(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) com.google.gson.JsonObject
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.writeConfiguration
(BatchConfiguration configuration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.message
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.removaltime
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.update
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.variables
Modifier and TypeMethodDescriptionprotected BatchConfiguration
BatchSetVariablesHandler.createJobConfiguration
(BatchConfiguration configuration, List<String> processIdsForJob) SetVariablesJsonConverter.readConfiguration
(com.google.gson.JsonObject jsonObject) Modifier and TypeMethodDescriptionprotected BatchConfiguration
BatchSetVariablesHandler.createJobConfiguration
(BatchConfiguration configuration, List<String> processIdsForJob) void
BatchSetVariablesHandler.executeHandler
(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) protected void
BatchSetVariablesHandler.postProcessJob
(BatchConfiguration configuration, JobEntity job, BatchConfiguration jobConfiguration) com.google.gson.JsonObject
SetVariablesJsonConverter.writeConfiguration
(BatchConfiguration configuration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionAbstractSetJobsRetriesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) ModifyProcessInstanceAsyncCmd.getConfiguration
(String processDefinitionId, String deploymentId) ProcessInstanceModificationBatchCmd.getConfiguration
(Collection<String> instanceIds, String deploymentId) SetExternalTasksRetriesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) UpdateProcessInstancesSuspendStateBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.cmd.batch
Modifier and TypeMethodDescriptionprotected BatchConfiguration
CorrelateAllMessageBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) DeleteHistoricProcessInstancesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) DeleteProcessInstanceBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.cmd.batch.removaltime
Modifier and TypeMethodDescriptionSetRemovalTimeToHistoricBatchesCmd.getConfiguration
(Collection<String> instances) SetRemovalTimeToHistoricDecisionInstancesCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) protected BatchConfiguration
SetRemovalTimeToHistoricProcessInstancesCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.cmd.batch.variables
Modifier and TypeMethodDescriptionSetVariablesToProcessInstancesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.dmn.batch
Modifier and TypeMethodDescriptionprotected BatchConfiguration
DeleteHistoricDecisionInstancesJobHandler.createJobConfiguration
(BatchConfiguration configuration, List<String> decisionIdsForJob) DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.readConfiguration
(com.google.gson.JsonObject json) Modifier and TypeMethodDescriptionprotected BatchConfiguration
DeleteHistoricDecisionInstancesJobHandler.createJobConfiguration
(BatchConfiguration configuration, List<String> decisionIdsForJob) void
DeleteHistoricDecisionInstancesJobHandler.executeHandler
(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) com.google.gson.JsonObject
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.writeConfiguration
(BatchConfiguration configuration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.dmn.cmd
Modifier and TypeMethodDescriptionDeleteHistoricDecisionInstancesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.migration.batch
Modifier and TypeMethodDescriptionMigrateProcessInstanceBatchCmd.getConfiguration
(Collection<String> instanceIds, String deploymentId)