Uses of Class
org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration

Packages that use MigrationBatchConfiguration
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
 MigrationBatchConfiguration MigrationBatchConfigurationJsonConverter.toObject(JSONObject json)
           
 

Methods in org.camunda.bpm.engine.impl.json with parameters of type MigrationBatchConfiguration
 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
protected  MigrationBatchConfiguration MigrationBatchJobHandler.createJobConfiguration(MigrationBatchConfiguration configuration, List<String> processIdsForJob)
           
 

Methods in org.camunda.bpm.engine.impl.migration.batch that return types with arguments of type MigrationBatchConfiguration
protected  BatchJobHandler<MigrationBatchConfiguration> MigrateProcessInstanceBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
           
 

Methods in org.camunda.bpm.engine.impl.migration.batch with parameters of type MigrationBatchConfiguration
protected  int MigrateProcessInstanceBatchCmd.calculateSize(ProcessEngineConfigurationImpl engineConfiguration, MigrationBatchConfiguration batchConfiguration)
           
protected  MigrationBatchConfiguration MigrationBatchJobHandler.createJobConfiguration(MigrationBatchConfiguration configuration, List<String> processIdsForJob)
           
protected  void MigrationBatchJobHandler.postProcessJob(MigrationBatchConfiguration configuration, JobEntity job)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.