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.impl.importexportMethods in com.atlassian.confluence.impl.importexport that return ImportProcessorSummaryModifier and TypeMethodDescriptionfinal ImportProcessorSummaryImporter.doImport()Deprecated.Executes an import with this importer.protected ImportProcessorSummaryBackupImporter.doImportInternal()Deprecated.protected abstract ImportProcessorSummaryImporter.doImportInternal()Deprecated.Performs the actual import.protected ImportProcessorSummaryBackupImporter.importEntities(boolean hasExtraToImport) Deprecated.protected ImportProcessorSummaryBackupImporter.importEverything()Deprecated.protected ImportProcessorSummaryBackupImporter.importEverything(boolean hasExtraToImport) Deprecated.
- 
Uses of ImportProcessorSummary in com.atlassian.confluence.importexportMethods 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.xmlimportClasses 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.