Uses of Interface
com.atlassian.confluence.importexport.ImportProcessorSummary
Packages that use ImportProcessorSummary
Package
Description
Imports Confluence data from an XML backup.
-
Uses of ImportProcessorSummary in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return ImportProcessorSummaryModifier and TypeMethodDescriptionfinal ImportProcessorSummary
Importer.doImport()
Deprecated.Executes an import with this importer.protected abstract ImportProcessorSummary
Importer.doImportInternal()
Deprecated.Performs the actual import.Methods in com.atlassian.confluence.importexport with parameters of type ImportProcessorSummaryModifier and TypeMethodDescriptionImportedPluginDataPreProcessor.process
(com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor, File source, ImportProcessorSummary summary) Deprecated.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 ImportProcessorSummaryMethods in com.atlassian.confluence.importexport.xmlimport that return ImportProcessorSummaryModifier and TypeMethodDescriptionDefaultXmlImporter.doImport
(org.hibernate.Session session, InputStreamFactory xmlImportStreamFactory, boolean incrementalImport, ImportContext context) Deprecated.DefaultXmlImporter.doImport
(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter meter, boolean incrementalImport, ImportedObjectPreProcessor preProcessor) Deprecated.XmlImporter.doImport
(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, boolean incrementalImport, ImportContext context) Deprecated.Perform an XML import.XmlImporter.doImport
(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter progress, boolean incrementalImport, ImportedObjectPreProcessor preProcessor) Deprecated.protected ImportProcessorSummary
BackupImporter.doImportInternal()
Deprecated.protected ImportProcessorSummary
BackupImporter.importEntities
(boolean hasExtraToImport) Deprecated.protected ImportProcessorSummary
BackupImporter.importEverything()
Deprecated.protected ImportProcessorSummary
BackupImporter.importEverything
(boolean hasExtraToImport) Deprecated.protected ImportProcessorSummary
FileBackupImporter.importEverything()
Deprecated.Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportProcessorSummaryModifier and TypeMethodDescriptionprotected void
FileBackupImporter.importAttachments
(ImportProcessorSummary context, File extractedDir) Deprecated.Copies the attachments from the import location into the configured Confluence attachment store.