Uses of Interface
com.atlassian.confluence.importexport.ImportProcessorSummary
-
Packages that use ImportProcessorSummary Package Description 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 Modifier and Type Method Description 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 ImportProcessorSummary Modifier and Type Method Description File
ImportedPluginDataPreProcessor. 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 ImportProcessorSummary Modifier and Type Class Description class
ImportProcessorContext
Deprecated.since 7.17.0.Methods in com.atlassian.confluence.importexport.xmlimport that return ImportProcessorSummary Modifier and Type Method Description ImportProcessorSummary
DefaultXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlImportStreamFactory, boolean incrementalImport, ImportContext context)
Deprecated.ImportProcessorSummary
DefaultXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter meter, boolean incrementalImport, ImportedObjectPreProcessor preProcessor)
Deprecated.ImportProcessorSummary
XmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, boolean incrementalImport, ImportContext context)
Deprecated.Perform an XML import.ImportProcessorSummary
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 ImportProcessorSummary Modifier and Type Method Description protected void
FileBackupImporter. importAttachments(ImportProcessorSummary context, File extractedDir)
Deprecated.Copies the attachments from the import location into the configured Confluence attachment store.
-