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

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

public class MigrationBatchConfiguration
extends BatchConfiguration


Field Summary
protected  boolean isSkipCustomListeners
           
protected  boolean isSkipIoMappings
           
protected  MigrationPlan migrationPlan
           
 
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
ids
 
Constructor Summary
MigrationBatchConfiguration(List<String> ids)
           
MigrationBatchConfiguration(List<String> ids, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings)
           
 
Method Summary
 MigrationPlan getMigrationPlan()
           
 boolean isSkipCustomListeners()
           
 boolean isSkipIoMappings()
           
 void setMigrationPlan(MigrationPlan migrationPlan)
           
 void setSkipCustomListeners(boolean isSkipCustomListeners)
           
 void setSkipIoMappings(boolean isSkipIoMappings)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getIds, setIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

migrationPlan

protected MigrationPlan migrationPlan

isSkipCustomListeners

protected boolean isSkipCustomListeners

isSkipIoMappings

protected boolean isSkipIoMappings
Constructor Detail

MigrationBatchConfiguration

public MigrationBatchConfiguration(List<String> ids)

MigrationBatchConfiguration

public MigrationBatchConfiguration(List<String> ids,
                                   MigrationPlan migrationPlan,
                                   boolean isSkipCustomListeners,
                                   boolean isSkipIoMappings)
Method Detail

getMigrationPlan

public MigrationPlan getMigrationPlan()

setMigrationPlan

public void setMigrationPlan(MigrationPlan migrationPlan)

isSkipCustomListeners

public boolean isSkipCustomListeners()

setSkipCustomListeners

public void setSkipCustomListeners(boolean isSkipCustomListeners)

isSkipIoMappings

public boolean isSkipIoMappings()

setSkipIoMappings

public void setSkipIoMappings(boolean isSkipIoMappings)


Copyright © 2017 camunda services GmbH. All rights reserved.