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 ImportProcessorSummaryImporter. doImport()Deprecated.Executes an import with this importer.protected abstract ImportProcessorSummaryImporter. doImportInternal()Deprecated.Performs the actual import.Methods in com.atlassian.confluence.importexport with parameters of type ImportProcessorSummary Modifier and Type Method Description FileImportedPluginDataPreProcessor. 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 classImportProcessorContextDeprecated.since 7.17.0.Methods in com.atlassian.confluence.importexport.xmlimport that return ImportProcessorSummary Modifier and Type Method Description ImportProcessorSummaryDefaultXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlImportStreamFactory, boolean incrementalImport, ImportContext context)Deprecated.ImportProcessorSummaryDefaultXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter meter, boolean incrementalImport, ImportedObjectPreProcessor preProcessor)Deprecated.ImportProcessorSummaryXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, boolean incrementalImport, ImportContext context)Deprecated.Perform an XML import.ImportProcessorSummaryXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter progress, boolean incrementalImport, ImportedObjectPreProcessor preProcessor)Deprecated.protected ImportProcessorSummaryBackupImporter. doImportInternal()Deprecated.protected ImportProcessorSummaryBackupImporter. importEntities(boolean hasExtraToImport)Deprecated.protected ImportProcessorSummaryBackupImporter. importEverything()Deprecated.protected ImportProcessorSummaryBackupImporter. importEverything(boolean hasExtraToImport)Deprecated.protected ImportProcessorSummaryFileBackupImporter. importEverything()Deprecated.Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportProcessorSummary Modifier and Type Method Description protected voidFileBackupImporter. importAttachments(ImportProcessorSummary context, File extractedDir)Deprecated.Copies the attachments from the import location into the configured Confluence attachment store.
-