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 MigrateProcessInstanceBatchCmd.createConfiguration(MigrationPlan migrationPlan, Collection<String> processInstanceIds)
           
protected  MigrationBatchConfiguration MigrationBatchJobHandler.createConfigurationForIds(MigrationPlan migrationPlan, List<String> idsForJob)
           
 MigrationBatchConfiguration MigrationBatchJobHandler.readConfiguration(byte[] serializedConfiguration)
           
 

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  ByteArrayEntity MigrationBatchJobHandler.saveConfiguration(ByteArrayManager byteArrayManager, MigrationBatchConfiguration jobConfiguration)
           
 byte[] MigrationBatchJobHandler.writeConfiguration(MigrationBatchConfiguration configuration)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.