public interface DatabaseImporter
Modifier and Type | Method and Description |
---|---|
void |
importFromDatabase(LegacyImportDataHolder importData)
Migrates data from legacy Crowd database (pre 2.0) to current database (Crowd 2.0+) schema.
|
void |
setLegacyTableQueries(LegacyTableQueries legacyTableQueries)
The set of SQL queries that is compatible with the database in use (eg.
|
void importFromDatabase(LegacyImportDataHolder importData) throws ImportException
importData
- stores significant import resultsImportException
void setLegacyTableQueries(LegacyTableQueries legacyTableQueries)
legacyTableQueries
- SQL queries for the database in useCopyright © 2021 Atlassian. All rights reserved.