Package | Description |
---|---|
com.atlassian.confluence.importexport | |
com.atlassian.confluence.importexport.xmlimport |
Imports Confluence data from an XML backup.
|
Modifier and Type | Method and Description |
---|---|
ImportProcessorSummary |
Importer.doImport()
Executes an import with this importer.
|
protected abstract ImportProcessorSummary |
Importer.doImportInternal()
Performs the actual import.
|
Modifier and Type | Method and Description |
---|---|
File |
ImportedPluginDataPreProcessor.process(com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor,
File source,
ImportProcessorSummary summary)
Takes a source file of plugin data and returns a new, processed plugin data file, or the original file if no
processing is required, or null if the plugin data should be skipped.
|
Modifier and Type | Class and Description |
---|---|
class |
ImportProcessorContext
Context that records the current state of an import, and provides helper methods that are dependent on that state.
|
Modifier and Type | Method and Description |
---|---|
ImportProcessorSummary |
XmlImporter.doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
com.atlassian.core.util.ProgressMeter progress,
boolean incrementalImport)
|
ImportProcessorSummary |
DefaultXmlImporter.doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
com.atlassian.core.util.ProgressMeter progress,
boolean incrementalImport) |
ImportProcessorSummary |
XmlImporter.doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
com.atlassian.core.util.ProgressMeter progress,
boolean incrementalImport,
ImportedObjectPreProcessor preProcessor)
Perform an XML import.
|
ImportProcessorSummary |
DefaultXmlImporter.doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
com.atlassian.core.util.ProgressMeter meter,
boolean incrementalImport,
ImportedObjectPreProcessor preProcessor) |
protected ImportProcessorSummary |
BackupImporter.doImportInternal() |
protected ImportProcessorSummary |
BackupImporter.importEntities(boolean hasExtraToImport) |
protected ImportProcessorSummary |
FileBackupImporter.importEverything() |
protected ImportProcessorSummary |
BackupImporter.importEverything() |
protected ImportProcessorSummary |
BackupImporter.importEverything(boolean hasExtraToImport) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileBackupImporter.importAttachments(ImportProcessorSummary context,
File extractedDir)
Copies the attachments from the import location into the configured Confluence attachment store.
|
Copyright © 2003–2015 Atlassian. All rights reserved.