Uses of Class
com.atlassian.confluence.importexport.ImportExportException
Packages that use ImportExportException
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
Imports Confluence data from an XML backup.
-
Uses of ImportExportException in com.atlassian.confluence.activeobjects.backup
Methods in com.atlassian.confluence.activeobjects.backup that throw ImportExportExceptionModifier and TypeMethodDescriptionvoidActiveObjectsBackupRestoreProvider.backup(OutputStream os) voidActiveObjectsBackupRestoreProvider.restore(InputStream is) -
Uses of ImportExportException in com.atlassian.confluence.functest.rest.admin
Methods in com.atlassian.confluence.functest.rest.admin that throw ImportExportExceptionModifier and TypeMethodDescriptionvoidSiteImportResource.importFromFileSync(com.atlassian.plugins.rest.api.multipart.FilePart filePart, boolean doReindex) -
Uses of ImportExportException in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport that throw ImportExportExceptionModifier and TypeMethodDescriptionprotected voidAbstractFileXmlExporter.backupAttachments()Backs up the Attachments and stores them in the "attachments" directory of the export.protected voidAbstractFileXmlExporter.backupConfigFiles()protected voidAbstractFileXmlExporter.backupPluginData()protected voidAbstractFileXmlExporter.backupResources()protected voidAbstractFileXmlExporter.backupTemplates()protected voidAbstractExporterImpl.checkHaveSomethingToExport()AbstractExporterImpl.createAndSetExportDirectory()protected FileAbstractExporterImpl.createExportDirectory()Create a temp directory to store files used to build an export zip.AbstractFileXmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress) AbstractRendererExporterImpl.doExport(com.atlassian.core.util.ProgressMeter progress) HtmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress) protected abstract voidAbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity, String exportPath) protected voidHtmlExporter.doExportEntity(ConfluenceEntityObject entity, String exportPath) protected voidAbstractExporterImpl.ensureDirectoryCreated(File directory) protected voidAbstractRendererExporterImpl.ensurePathExists(String path) protected voidAbstractRendererExporterImpl.exportPage(Page page, String baseExportPath) protected voidHtmlExporter.exportPage(Page page, String baseExportPath) Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.protected voidAbstractRendererExporterImpl.exportSpace(Space space, String baseExportPath) protected voidHtmlExporter.exportSpace(Space space, String baseExportPath) protected abstract StringAbstractRendererExporterImpl.getFullExportPath(String baseExportPath, ConfluenceEntityObject entity) protected StringHtmlExporter.getFullExportPath(String baseExportPath, ConfluenceEntityObject entity) protected List<ConfluenceEntityObject>AbstractXmlExporter.getObjectsExcludedFromExport()Gets a list of actual objects (not handles) to exclude from export. -
Uses of ImportExportException in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that throw ImportExportExceptionModifier and TypeMethodDescriptionprotected StringDefaultImportExportManager.doExport(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.abstract StringExporter.doExport(com.atlassian.core.util.ProgressMeter progress) Deprecated.Exports the content specified by the configuredExportContext.voidDefaultImportExportManager.doImport(ImportContext context) Deprecated.final ImportProcessorSummaryImporter.doImport()Deprecated.Executes an import with this importer.voidImportExportManager.doImport(ImportContext context) Deprecated.Performs an import specified by the givencontext.protected abstract ImportProcessorSummaryImporter.doImportInternal()Deprecated.Performs the actual import.protected ImmutableImportProcessorSummaryDefaultImportExportManager.doPerformImport(ImportContext context) Deprecated.voidKeyInitPostImportTask.execute(ImportContext context) Deprecated.voidPostImportTask.execute(ImportContext context) Deprecated.Perform any necessary clean-up to ensure the imported data is internally consistent.DefaultImportExportManager.exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.ImportExportManager.exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.<T> Collection<T>ImportProcessorSummary.getImportedObjectsOfType(Class<T> clazz) Deprecated.DefaultImportExportManager.performImport(ImportContext context) Deprecated.ImportExportManager.performImport(ImportContext context) Deprecated.Performs an import specified by the given context and returns the summary of import result.protected voidImporter.postImportAndCleanUp()Deprecated.Perform any special logic after the import and post-import tasks are complete.protected voidImporter.preImport()Deprecated.Perform any special logic prior to the import starting. -
Uses of ImportExportException in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that throw ImportExportExceptionModifier and TypeMethodDescriptionprotected voidFileXmlExporter.backupAttachments()Deprecated.Backs up the Attachments and stores them in the "attachments" directory of the export.protected voidFileXmlExporter.backupConfigFiles()Deprecated.protected voidFileXmlExporter.backupPluginData()Deprecated.protected voidFileXmlExporter.backupResources()Deprecated.protected voidFileXmlExporter.backupTemplates()Deprecated.FileXmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress) Deprecated.XmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress) Deprecated.static ExportDescriptorExportDescriptor.getExportDescriptor(Unzipper unzipper) static ExportDescriptorExportDescriptor.getExportDescriptor(File exportZip) protected List<ConfluenceEntityObject>XmlExporter.getObjectsExcludedFromExport()Deprecated.Constructors in com.atlassian.confluence.importexport.impl that throw ImportExportException -
Uses of ImportExportException in com.atlassian.confluence.importexport.plugin
Methods in com.atlassian.confluence.importexport.plugin that throw ImportExportExceptionModifier and TypeMethodDescriptionvoidBackupRestoreProvider.backup(OutputStream outputStream) voidBackupRestoreProvider.restore(InputStream file) -
Uses of ImportExportException in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport that throw ImportExportExceptionModifier 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 ImportProcessorSummaryBackupImporter.doImportInternal()Deprecated.protected booleanBackupImporter.doSpecialProcessing(org.hibernate.Session session, TransientHibernateHandle key) Deprecated.voidHibernateHiLoIdFixer.fixHiLoTable()Deprecated.BackupImporter.getBuildNumberOfImport()Deprecated.BackupImporter.getCreatedByBuildNumberOfImport()Deprecated.protected abstract PropertiesBackupImporter.getDescriptorProperties()Deprecated.protected PropertiesFileBackupImporter.getDescriptorProperties()Deprecated.BackupImporter.getExportType()Deprecated.abstract InputStreamBackupImporter.getXmlEntitiesStream()Deprecated.FileBackupImporter.getXmlEntitiesStream()Deprecated.protected voidFileBackupImporter.importAttachments(ImportProcessorSummary context, File extractedDir) Deprecated.Copies the attachments from the import location into the configured Confluence attachment store.protected ImportProcessorSummaryBackupImporter.importEntities(boolean hasExtraToImport) Deprecated.protected ImportProcessorSummaryBackupImporter.importEverything()Deprecated.protected ImportProcessorSummaryBackupImporter.importEverything(boolean hasExtraToImport) Deprecated.protected ImportProcessorSummaryFileBackupImporter.importEverything()Deprecated.booleanBackupImporter.isBackupAttachments()Deprecated.booleanBackupImporter.isExportScopeAll()Deprecated.booleanBackupImporter.isIncrementalImport()Deprecated.InputStreamFactory.newInputStream()Deprecated.protected voidBackupImporter.postImportAndCleanUp()Deprecated.protected voidFileBackupImporter.postImportAndCleanUp()Deprecated.protected voidBackupImporter.preImport()Deprecated.protected voidFileBackupImporter.preImport()Deprecated. -
Uses of ImportExportException in com.atlassian.confluence.internal.importexport
Methods in com.atlassian.confluence.internal.importexport that throw ImportExportException -
Uses of ImportExportException in com.atlassian.confluence.internal.index.status.importexport
Methods in com.atlassian.confluence.internal.index.status.importexport that throw ImportExportExceptionModifier and TypeMethodDescriptionvoidClearReIndexJobPostImportTask.execute(ImportContext context)
XmlImporter.doImport(Session, InputStreamFactory, boolean, ImportContext)