|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImportProcessorSummary | |
|---|---|
| com.atlassian.confluence.importexport | |
| com.atlassian.confluence.importexport.xmlimport | Imports Confluence data from an XML backup. |
| Uses of ImportProcessorSummary in com.atlassian.confluence.importexport |
|---|
| Methods in com.atlassian.confluence.importexport that return ImportProcessorSummary | |
|---|---|
ImportProcessorSummary |
Importer.doImport()
Executes an import with this importer. |
protected abstract ImportProcessorSummary |
Importer.doImportInternal()
Performs the actual import. |
| Methods in com.atlassian.confluence.importexport with parameters of type ImportProcessorSummary | |
|---|---|
java.io.File |
ImportedPluginDataPreProcessor.process(com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor,
java.io.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. |
| Uses of ImportProcessorSummary in com.atlassian.confluence.importexport.xmlimport |
|---|
| Classes in com.atlassian.confluence.importexport.xmlimport that implement ImportProcessorSummary | |
|---|---|
class |
ImportProcessorContext
Context that records the current state of an import, and provides helper methods that are dependent on that state. |
| Methods in com.atlassian.confluence.importexport.xmlimport that return ImportProcessorSummary | |
|---|---|
ImportProcessorSummary |
XmlImporter.doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
com.atlassian.core.util.ProgressMeter progress,
boolean incrementalImport)
Deprecated. since 4.0 use XmlImporter.doImport(net.sf.hibernate.Session, InputStreamFactory, com.atlassian.core.util.ProgressMeter, boolean, com.atlassian.confluence.importexport.ImportedObjectPreProcessor) |
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)
|
| Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportProcessorSummary | |
|---|---|
protected void |
FileBackupImporter.importAttachments(ImportProcessorSummary context,
java.io.File extractedDir)
Copies the attachments from the import location into the configured Confluence attachment store. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||