Class MigrationBatchConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.batch.BatchConfiguration
org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
batchId, failIfNotExists, idMappings, ids
-
Constructor Summary
ConstructorDescriptionMigrationBatchConfiguration
(List<String> ids, DeploymentMappings mappings, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings) MigrationBatchConfiguration
(List<String> ids, DeploymentMappings mappings, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings, String batchId) MigrationBatchConfiguration
(List<String> ids, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings, String batchId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setMigrationPlan
(MigrationPlan migrationPlan) void
setSkipCustomListeners
(boolean isSkipCustomListeners) void
setSkipIoMappings
(boolean isSkipIoMappings) Methods inherited from class org.camunda.bpm.engine.impl.batch.BatchConfiguration
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
-
Field Details
-
migrationPlan
-
isSkipCustomListeners
protected boolean isSkipCustomListeners -
isSkipIoMappings
protected boolean isSkipIoMappings
-
-
Constructor Details
-
MigrationBatchConfiguration
public MigrationBatchConfiguration(List<String> ids, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings, String batchId) -
MigrationBatchConfiguration
public MigrationBatchConfiguration(List<String> ids, DeploymentMappings mappings, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings, String batchId) -
MigrationBatchConfiguration
public MigrationBatchConfiguration(List<String> ids, DeploymentMappings mappings, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings)
-
-
Method Details
-
getMigrationPlan
-
setMigrationPlan
-
isSkipCustomListeners
public boolean isSkipCustomListeners() -
setSkipCustomListeners
public void setSkipCustomListeners(boolean isSkipCustomListeners) -
isSkipIoMappings
public boolean isSkipIoMappings() -
setSkipIoMappings
public void setSkipIoMappings(boolean isSkipIoMappings)
-