org.camunda.bpm.engine.impl.cmd
Class CreateMigrationPlanCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.CreateMigrationPlanCmd
All Implemented Interfaces:
Command<MigrationPlan>

public class CreateMigrationPlanCmd
extends Object
implements Command<MigrationPlan>

Author:
Thorben Lindhauer

Field Summary
static MigrationLogger LOG
           
protected  MigrationPlanBuilderImpl migrationBuilder
           
 
Constructor Summary
CreateMigrationPlanCmd(MigrationPlanBuilderImpl migrationPlanBuilderImpl)
           
 
Method Summary
 MigrationPlan execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final MigrationLogger LOG

migrationBuilder

protected MigrationPlanBuilderImpl migrationBuilder
Constructor Detail

CreateMigrationPlanCmd

public CreateMigrationPlanCmd(MigrationPlanBuilderImpl migrationPlanBuilderImpl)
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.