org.camunda.bpm.engine.impl.migration.batch
Class MigrateProcessInstanceBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.migration.AbstractMigrationCmd<Batch>
org.camunda.bpm.engine.impl.migration.batch.MigrateProcessInstanceBatchCmd
- All Implemented Interfaces:
- Command<Batch>
public class MigrateProcessInstanceBatchCmd
- extends AbstractMigrationCmd<Batch>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final MigrationLogger LOGGER
MigrateProcessInstanceBatchCmd
public MigrateProcessInstanceBatchCmd(MigrationPlanExecutionBuilderImpl migrationPlanExecutionBuilder)
execute
public Batch execute(CommandContext commandContext)
createBatch
protected BatchEntity createBatch(CommandContext commandContext,
MigrationPlan migrationPlan,
Collection<String> processInstanceIds)
createConfiguration
protected MigrationBatchConfiguration createConfiguration(MigrationPlan migrationPlan,
Collection<String> processInstanceIds)
getBatchJobHandler
protected BatchJobHandler<MigrationBatchConfiguration> getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
Copyright © 2016 camunda services GmbH. All rights reserved.