Uses of Class
org.camunda.bpm.engine.impl.batch.BatchConfiguration
Packages that use BatchConfiguration
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl
Subclasses of BatchConfiguration in org.camunda.bpm.engine.implModifier and TypeClassDescriptionclass
class
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch with type parameters of type BatchConfigurationModifier and TypeClassDescriptionclass
class
AbstractBatchJobHandler<T extends BatchConfiguration>
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batchModifier and TypeClassDescriptionclass
class
Methods in org.camunda.bpm.engine.impl.batch that return BatchConfigurationModifier and TypeMethodDescriptionRestartProcessInstancesBatchCmd.getConfiguration
(Collection<String> instanceIds, String deploymentId) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.builder
Fields in org.camunda.bpm.engine.impl.batch.builder declared as BatchConfigurationMethods in org.camunda.bpm.engine.impl.batch.builder with parameters of type BatchConfiguration -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.deletion
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.deletionModifier and TypeClassDescriptionclass
Configuration object that is passed to the Job that will actually perform execution of deletion.Methods in org.camunda.bpm.engine.impl.batch.deletion that return BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfiguration
DeleteHistoricProcessInstancesJobHandler.createJobConfiguration
(BatchConfiguration configuration, List<String> processIdsForJob) DeleteHistoricProcessInstanceBatchConfigurationJsonConverter.readConfiguration
(com.google.gson.JsonObject json) Methods in org.camunda.bpm.engine.impl.batch.deletion with parameters of type BatchConfigurationModifier 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
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.message -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.removaltime
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.removaltime -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.update
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.update -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.variables
Methods in org.camunda.bpm.engine.impl.batch.variables that return BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfiguration
BatchSetVariablesHandler.createJobConfiguration
(BatchConfiguration configuration, List<String> processIdsForJob) SetVariablesJsonConverter.readConfiguration
(com.google.gson.JsonObject jsonObject) Methods in org.camunda.bpm.engine.impl.batch.variables with parameters of type BatchConfigurationModifier 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
Methods in org.camunda.bpm.engine.impl.cmd that return BatchConfigurationModifier 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
Methods in org.camunda.bpm.engine.impl.cmd.batch that return BatchConfigurationModifier 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
Methods in org.camunda.bpm.engine.impl.cmd.batch.removaltime that return BatchConfigurationModifier 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
Methods in org.camunda.bpm.engine.impl.cmd.batch.variables that return BatchConfigurationModifier and TypeMethodDescriptionSetVariablesToProcessInstancesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.dmn.batch
Methods in org.camunda.bpm.engine.impl.dmn.batch that return BatchConfigurationModifier and TypeMethodDescriptionprotected BatchConfiguration
DeleteHistoricDecisionInstancesJobHandler.createJobConfiguration
(BatchConfiguration configuration, List<String> decisionIdsForJob) DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter.readConfiguration
(com.google.gson.JsonObject json) Methods in org.camunda.bpm.engine.impl.dmn.batch with parameters of type BatchConfigurationModifier 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
Methods in org.camunda.bpm.engine.impl.dmn.cmd that return BatchConfigurationModifier and TypeMethodDescriptionDeleteHistoricDecisionInstancesBatchCmd.getConfiguration
(BatchElementConfiguration elementConfiguration) -
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.migration.batch
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.migration.batchMethods in org.camunda.bpm.engine.impl.migration.batch that return BatchConfigurationModifier and TypeMethodDescriptionMigrateProcessInstanceBatchCmd.getConfiguration
(Collection<String> instanceIds, String deploymentId)