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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration

public class MigrationBatchConfiguration
extends Object


Field Summary
protected  boolean isSkipCustomListeners
           
protected  boolean isSkipIoMappings
           
protected  MigrationPlan migrationPlan
           
protected  List<String> processInstanceIds
           
 
Constructor Summary
MigrationBatchConfiguration()
           
 
Method Summary
static MigrationBatchConfiguration create(MigrationPlan migrationPlan, List<String> processInstanceIds, boolean skipCustomListeners, boolean skipIoMappings)
           
 MigrationPlan getMigrationPlan()
           
 List<String> getProcessInstanceIds()
           
 boolean isSkipCustomListeners()
           
 boolean isSkipIoMappings()
           
 void setMigrationPlan(MigrationPlan migrationPlan)
           
 void setProcessInstanceIds(List<String> processInstanceIds)
           
 void setSkipCustomListeners(boolean isSkipCustomListeners)
           
 void setSkipIoMappings(boolean isSkipIoMappings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

migrationPlan

protected MigrationPlan migrationPlan

processInstanceIds

protected List<String> processInstanceIds

isSkipCustomListeners

protected boolean isSkipCustomListeners

isSkipIoMappings

protected boolean isSkipIoMappings
Constructor Detail

MigrationBatchConfiguration

public MigrationBatchConfiguration()
Method Detail

getMigrationPlan

public MigrationPlan getMigrationPlan()

setMigrationPlan

public void setMigrationPlan(MigrationPlan migrationPlan)

getProcessInstanceIds

public List<String> getProcessInstanceIds()

setProcessInstanceIds

public void setProcessInstanceIds(List<String> processInstanceIds)

isSkipCustomListeners

public boolean isSkipCustomListeners()

setSkipCustomListeners

public void setSkipCustomListeners(boolean isSkipCustomListeners)

isSkipIoMappings

public boolean isSkipIoMappings()

setSkipIoMappings

public void setSkipIoMappings(boolean isSkipIoMappings)

create

public static MigrationBatchConfiguration create(MigrationPlan migrationPlan,
                                                 List<String> processInstanceIds,
                                                 boolean skipCustomListeners,
                                                 boolean skipIoMappings)


Copyright © 2016 camunda services GmbH. All rights reserved.