Uses of Class
org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
-
Uses of MigrationBatchConfiguration in org.camunda.bpm.engine.impl.json
Modifier and TypeMethodDescriptionMigrationBatchConfigurationJsonConverter.readConfiguration
(com.google.gson.JsonObject json) Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
MigrationBatchConfigurationJsonConverter.writeConfiguration
(MigrationBatchConfiguration configuration) -
Uses of MigrationBatchConfiguration in org.camunda.bpm.engine.impl.migration.batch
Modifier and TypeMethodDescriptionprotected MigrationBatchConfiguration
MigrationBatchJobHandler.createJobConfiguration
(MigrationBatchConfiguration configuration, List<String> processIdsForJob) Modifier 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)