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 MigrationBatchConfiguration
MigrationBatchConfigurationJsonConverter. toObject(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.JsonObject
MigrationBatchConfigurationJsonConverter. toJsonObject(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 MigrationBatchConfiguration
MigrationBatchJobHandler. createJobConfiguration(MigrationBatchConfiguration configuration, List<String> processIdsForJob)
Methods in org.camunda.bpm.engine.impl.migration.batch with parameters of type MigrationBatchConfiguration Modifier and Type Method Description protected MigrationBatchConfiguration
MigrationBatchJobHandler. createJobConfiguration(MigrationBatchConfiguration configuration, List<String> processIdsForJob)
protected void
MigrationBatchJobHandler. postProcessJob(MigrationBatchConfiguration configuration, JobEntity job, MigrationBatchConfiguration jobConfiguration)
-