Uses of Class
org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
-
Packages that use MigrationBatchConfiguration Package Description org.camunda.bpm.engine.impl.json org.camunda.bpm.engine.impl.migration.batch -
-
Uses of MigrationBatchConfiguration in org.camunda.bpm.engine.impl.json
Methods in org.camunda.bpm.engine.impl.json that return MigrationBatchConfiguration Modifier and Type Method Description MigrationBatchConfigurationMigrationBatchConfigurationJsonConverter. readConfiguration(com.google.gson.JsonObject json)Methods in org.camunda.bpm.engine.impl.json with parameters of type MigrationBatchConfiguration Modifier and Type Method Description com.google.gson.JsonObjectMigrationBatchConfigurationJsonConverter. 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 MigrationBatchConfiguration Modifier and Type Method Description protected MigrationBatchConfigurationMigrationBatchJobHandler. createJobConfiguration(MigrationBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)Methods in org.camunda.bpm.engine.impl.migration.batch with parameters of type MigrationBatchConfiguration Modifier and Type Method Description protected MigrationBatchConfigurationMigrationBatchJobHandler. createJobConfiguration(MigrationBatchConfiguration configuration, java.util.List<java.lang.String> processIdsForJob)voidMigrationBatchJobHandler. executeHandler(MigrationBatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)protected voidMigrationBatchJobHandler. postProcessJob(MigrationBatchConfiguration configuration, JobEntity job, MigrationBatchConfiguration jobConfiguration)
-