org.camunda.bpm.engine.impl.migration.batch
Class MigrateProcessInstanceBatchCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.migration.batch.MigrateProcessInstanceBatchCmd
All Implemented Interfaces:
Command<Batch>

public class MigrateProcessInstanceBatchCmd
extends Object
implements Command<Batch>


Field Summary
protected static MigrationLogger LOGGER
           
protected  MigrationPlanExecutionBuilderImpl migrationPlanExecutionBuilder
           
 
Constructor Summary
MigrateProcessInstanceBatchCmd(MigrationPlanExecutionBuilderImpl migrationPlanExecutionBuilder)
           
 
Method Summary
protected  BatchEntity createBatch(CommandContext commandContext)
           
protected  MigrationBatchConfiguration createConfiguration()
           
 Batch execute(CommandContext commandContext)
           
protected  BatchJobHandler<MigrationBatchConfiguration> getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final MigrationLogger LOGGER

migrationPlanExecutionBuilder

protected MigrationPlanExecutionBuilderImpl migrationPlanExecutionBuilder
Constructor Detail

MigrateProcessInstanceBatchCmd

public MigrateProcessInstanceBatchCmd(MigrationPlanExecutionBuilderImpl migrationPlanExecutionBuilder)
Method Detail

execute

public Batch execute(CommandContext commandContext)
Specified by:
execute in interface Command<Batch>

createBatch

protected BatchEntity createBatch(CommandContext commandContext)

createConfiguration

protected MigrationBatchConfiguration createConfiguration()

getBatchJobHandler

protected BatchJobHandler<MigrationBatchConfiguration> getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)


Copyright © 2016 camunda services GmbH. All rights reserved.