org.camunda.bpm.engine.impl.migration.batch
Class MigrationBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.AbstractProcessInstanceBatchConfiguration
org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
public class MigrationBatchConfiguration
- extends AbstractProcessInstanceBatchConfiguration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
migrationPlan
protected MigrationPlan migrationPlan
isSkipCustomListeners
protected boolean isSkipCustomListeners
isSkipIoMappings
protected boolean isSkipIoMappings
MigrationBatchConfiguration
public MigrationBatchConfiguration()
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)
create
public static MigrationBatchConfiguration create(MigrationPlan migrationPlan,
List<String> processInstanceIds,
boolean skipCustomListeners,
boolean skipIoMappings)
Copyright © 2016 camunda services GmbH. All rights reserved.