Uses of Class
org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
Packages that use MigrationBatchConfiguration
-
Uses of MigrationBatchConfiguration in org.camunda.bpm.engine.impl.json
Methods in org.camunda.bpm.engine.impl.json that return MigrationBatchConfigurationModifier and TypeMethodDescriptionMigrationBatchConfigurationJsonConverter.readConfiguration
(com.google.gson.JsonObject json) Methods in org.camunda.bpm.engine.impl.json with parameters of type MigrationBatchConfigurationModifier and TypeMethodDescriptioncom.google.gson.JsonObject
MigrationBatchConfigurationJsonConverter.writeConfiguration
(MigrationBatchConfiguration configuration) -
Uses of MigrationBatchConfiguration in org.camunda.bpm.engine.impl.migration.batch
Methods in org.camunda.bpm.engine.impl.migration.batch that return MigrationBatchConfigurationModifier and TypeMethodDescriptionprotected MigrationBatchConfiguration
MigrationBatchJobHandler.createJobConfiguration
(MigrationBatchConfiguration configuration, List<String> processIdsForJob) Methods in org.camunda.bpm.engine.impl.migration.batch with parameters of type MigrationBatchConfigurationModifier and TypeMethodDescriptionprotected MigrationBatchConfiguration
MigrationBatchJobHandler.createJobConfiguration
(MigrationBatchConfiguration configuration, List<String> processIdsForJob) void
MigrationBatchJobHandler.executeHandler
(MigrationBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, String tenantId) protected void
MigrationBatchJobHandler.postProcessJob
(MigrationBatchConfiguration configuration, JobEntity job, MigrationBatchConfiguration jobConfiguration)