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 classModificationBatchConfigurationclassRestartProcessInstancesBatchConfiguration -
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 classAbstractBatchConfigurationObjectConverter<T extends BatchConfiguration>classAbstractBatchJobHandler<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 classSetJobRetriesBatchConfigurationclassSetRetriesBatchConfigurationMethods in org.camunda.bpm.engine.impl.batch that return BatchConfiguration Modifier and Type Method Description BatchConfigurationRestartProcessInstancesBatchCmd. getConfiguration(java.util.Collection<java.lang.String> instanceIds, java.lang.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 BatchConfigurationBatchBuilder. configMethods in org.camunda.bpm.engine.impl.batch.builder with parameters of type BatchConfiguration Modifier and Type Method Description BatchBuilderBatchBuilder. 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 classDeleteProcessInstanceBatchConfigurationConfiguration 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 BatchConfigurationDeleteHistoricProcessInstancesJobHandler. createJobConfiguration(BatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)BatchConfigurationDeleteHistoricProcessInstanceBatchConfigurationJsonConverter. readConfiguration(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 BatchConfigurationDeleteHistoricProcessInstancesJobHandler. createJobConfiguration(BatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)voidDeleteHistoricProcessInstancesJobHandler. executeHandler(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)com.google.gson.JsonObjectDeleteHistoricProcessInstanceBatchConfigurationJsonConverter. 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 Modifier and Type Class Description classMessageCorrelationBatchConfiguration -
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 classSetRemovalTimeBatchConfiguration -
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 classUpdateProcessInstancesSuspendStateBatchConfiguration -
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 BatchConfigurationBatchSetVariablesHandler. createJobConfiguration(BatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)BatchConfigurationSetVariablesJsonConverter. readConfiguration(com.google.gson.JsonObject jsonObject)Methods in org.camunda.bpm.engine.impl.batch.variables with parameters of type BatchConfiguration Modifier and Type Method Description protected BatchConfigurationBatchSetVariablesHandler. createJobConfiguration(BatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)voidBatchSetVariablesHandler. executeHandler(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)protected voidBatchSetVariablesHandler. postProcessJob(BatchConfiguration configuration, JobEntity job, BatchConfiguration jobConfiguration)com.google.gson.JsonObjectSetVariablesJsonConverter. writeConfiguration(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 BatchConfigurationAbstractSetJobsRetriesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)BatchConfigurationModifyProcessInstanceAsyncCmd. getConfiguration(java.lang.String processDefinitionId, java.lang.String deploymentId)BatchConfigurationProcessInstanceModificationBatchCmd. getConfiguration(java.util.Collection<java.lang.String> instanceIds, java.lang.String deploymentId)BatchConfigurationSetExternalTasksRetriesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)BatchConfigurationUpdateProcessInstancesSuspendStateBatchCmd. 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 BatchConfigurationCorrelateAllMessageBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)BatchConfigurationDeleteHistoricProcessInstancesBatchCmd. getConfiguration(BatchElementConfiguration elementConfiguration)BatchConfigurationDeleteProcessInstanceBatchCmd. 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 BatchConfigurationSetRemovalTimeToHistoricBatchesCmd. getConfiguration(java.util.Collection<java.lang.String> instances)BatchConfigurationSetRemovalTimeToHistoricDecisionInstancesCmd. getConfiguration(BatchElementConfiguration elementConfiguration)protected BatchConfigurationSetRemovalTimeToHistoricProcessInstancesCmd. 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 BatchConfigurationSetVariablesToProcessInstancesBatchCmd. 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 BatchConfigurationDeleteHistoricDecisionInstancesJobHandler. createJobConfiguration(BatchConfiguration configuration, java.util.List<java.lang.String> decisionIdsForJob)BatchConfigurationDeleteHistoricDecisionInstanceBatchConfigurationJsonConverter. readConfiguration(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 BatchConfigurationDeleteHistoricDecisionInstancesJobHandler. createJobConfiguration(BatchConfiguration configuration, java.util.List<java.lang.String> decisionIdsForJob)voidDeleteHistoricDecisionInstancesJobHandler. executeHandler(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)com.google.gson.JsonObjectDeleteHistoricDecisionInstanceBatchConfigurationJsonConverter. 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 BatchConfiguration Modifier and Type Method Description BatchConfigurationDeleteHistoricDecisionInstancesBatchCmd. 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 classMigrationBatchConfigurationMethods in org.camunda.bpm.engine.impl.migration.batch that return BatchConfiguration Modifier and Type Method Description BatchConfigurationMigrateProcessInstanceBatchCmd. getConfiguration(java.util.Collection<java.lang.String> instanceIds, java.lang.String deploymentId)
-