Uses of Class
org.camunda.bpm.engine.impl.batch.BatchConfiguration
-
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl Modifier and Type Class Description class
ModificationBatchConfiguration
class
RestartProcessInstancesBatchConfiguration
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch with type parameters of type BatchConfiguration Modifier and Type Class Description 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.batch Modifier and Type Class Description class
SetRetriesBatchConfiguration
Methods in org.camunda.bpm.engine.impl.batch that return BatchConfiguration Modifier and Type Method Description BatchConfiguration
RestartProcessInstancesBatchCmd. 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 BatchConfiguration Modifier and Type Field Description protected BatchConfiguration
BatchBuilder. config
Methods in org.camunda.bpm.engine.impl.batch.builder with parameters of type BatchConfiguration Modifier and Type Method Description BatchBuilder
BatchBuilder. config(BatchConfiguration config)
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.deletion
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.deletion Modifier and Type Class Description class
DeleteProcessInstanceBatchConfiguration
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 BatchConfiguration Modifier and Type Method Description protected BatchConfiguration
DeleteHistoricProcessInstancesJobHandler. createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob)
BatchConfiguration
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter. toObject(com.google.gson.JsonObject json)
Methods in org.camunda.bpm.engine.impl.batch.deletion with parameters of type BatchConfiguration Modifier and Type Method Description protected BatchConfiguration
DeleteHistoricProcessInstancesJobHandler. createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob)
com.google.gson.JsonObject
DeleteHistoricProcessInstanceBatchConfigurationJsonConverter. toJsonObject(BatchConfiguration configuration)
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.message
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.message Modifier and Type Class Description class
MessageCorrelationBatchConfiguration
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.removaltime
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.removaltime Modifier and Type Class Description class
SetRemovalTimeBatchConfiguration
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.update
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.update Modifier and Type Class Description class
UpdateProcessInstancesSuspendStateBatchConfiguration
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.batch.variables
Methods in org.camunda.bpm.engine.impl.batch.variables that return BatchConfiguration Modifier and Type Method Description protected BatchConfiguration
BatchSetVariablesHandler. createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob)
BatchConfiguration
SetVariablesJsonConverter. toObject(com.google.gson.JsonObject jsonObject)
Methods in org.camunda.bpm.engine.impl.batch.variables that return types with arguments of type BatchConfiguration Modifier and Type Method Description protected JsonObjectConverter<BatchConfiguration>
BatchSetVariablesHandler. getJsonConverterInstance()
Methods in org.camunda.bpm.engine.impl.batch.variables with parameters of type BatchConfiguration Modifier and Type Method Description protected BatchConfiguration
BatchSetVariablesHandler. createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob)
protected void
BatchSetVariablesHandler. postProcessJob(BatchConfiguration configuration, JobEntity job, BatchConfiguration jobConfiguration)
com.google.gson.JsonObject
SetVariablesJsonConverter. toJsonObject(BatchConfiguration configuration)
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return BatchConfiguration Modifier and Type Method Description BatchConfiguration
AbstractSetJobsRetriesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
BatchConfiguration
ModifyProcessInstanceAsyncCmd. getConfiguration(String processDefinitionId, String deploymentId)
BatchConfiguration
ProcessInstanceModificationBatchCmd. getConfiguration(Collection<String> instanceIds, String deploymentId)
BatchConfiguration
SetExternalTasksRetriesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
BatchConfiguration
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 BatchConfiguration Modifier and Type Method Description protected BatchConfiguration
CorrelateAllMessageBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
BatchConfiguration
DeleteHistoricProcessInstancesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
BatchConfiguration
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 BatchConfiguration Modifier and Type Method Description BatchConfiguration
SetRemovalTimeToHistoricBatchesCmd. getConfiguration(Collection<String> instances)
BatchConfiguration
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 BatchConfiguration Modifier and Type Method Description BatchConfiguration
SetVariablesToProcessInstancesBatchCmd. 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 BatchConfiguration Modifier and Type Method Description protected BatchConfiguration
DeleteHistoricDecisionInstancesJobHandler. createJobConfiguration(BatchConfiguration configuration, List<String> decisionIdsForJob)
BatchConfiguration
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter. toObject(com.google.gson.JsonObject json)
Methods in org.camunda.bpm.engine.impl.dmn.batch with parameters of type BatchConfiguration Modifier and Type Method Description protected BatchConfiguration
DeleteHistoricDecisionInstancesJobHandler. createJobConfiguration(BatchConfiguration configuration, List<String> decisionIdsForJob)
com.google.gson.JsonObject
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter. toJsonObject(BatchConfiguration configuration)
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.dmn.cmd
Methods in org.camunda.bpm.engine.impl.dmn.cmd that return BatchConfiguration Modifier and Type Method Description BatchConfiguration
DeleteHistoricDecisionInstancesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)
-
Uses of BatchConfiguration in org.camunda.bpm.engine.impl.migration.batch
Subclasses of BatchConfiguration in org.camunda.bpm.engine.impl.migration.batch Modifier and Type Class Description class
MigrationBatchConfiguration
Methods in org.camunda.bpm.engine.impl.migration.batch that return BatchConfiguration Modifier and Type Method Description BatchConfiguration
MigrateProcessInstanceBatchCmd. getConfiguration(Collection<String> instanceIds, String deploymentId)
-