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 TypeMethodDescriptionvoid
ActiveObjectsBackupRestoreProvider.backup
(OutputStream os) void
ActiveObjectsBackupRestoreProvider.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 TypeMethodDescriptionvoid
SiteImportResource.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 void
AbstractFileXmlExporter.backupAttachments()
Backs up the Attachments and stores them in the "attachments" directory of the export.protected void
AbstractFileXmlExporter.backupConfigFiles()
protected void
AbstractFileXmlExporter.backupPluginData()
protected void
AbstractFileXmlExporter.backupResources()
protected void
AbstractFileXmlExporter.backupTemplates()
protected void
AbstractExporterImpl.checkHaveSomethingToExport()
AbstractExporterImpl.createAndSetExportDirectory()
protected File
AbstractExporterImpl.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 void
AbstractRendererExporterImpl.doExportEntity
(ConfluenceEntityObject entity, String exportPath) protected void
HtmlExporter.doExportEntity
(ConfluenceEntityObject entity, String exportPath) protected void
AbstractExporterImpl.ensureDirectoryCreated
(File directory) protected void
AbstractRendererExporterImpl.ensurePathExists
(String path) protected void
AbstractRendererExporterImpl.exportPage
(Page page, String baseExportPath) protected void
HtmlExporter.exportPage
(Page page, String baseExportPath) Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.protected void
AbstractRendererExporterImpl.exportSpace
(Space space, String baseExportPath) protected void
HtmlExporter.exportSpace
(Space space, String baseExportPath) protected abstract String
AbstractRendererExporterImpl.getFullExportPath
(String baseExportPath, ConfluenceEntityObject entity) protected String
HtmlExporter.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 String
DefaultImportExportManager.doExport
(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.abstract String
Exporter.doExport
(com.atlassian.core.util.ProgressMeter progress) Deprecated.Exports the content specified by the configuredExportContext
.void
DefaultImportExportManager.doImport
(ImportContext context) Deprecated.final ImportProcessorSummary
Importer.doImport()
Deprecated.Executes an import with this importer.void
ImportExportManager.doImport
(ImportContext context) Deprecated.Performs an import specified by the givencontext
.protected abstract ImportProcessorSummary
Importer.doImportInternal()
Deprecated.Performs the actual import.protected ImmutableImportProcessorSummary
DefaultImportExportManager.doPerformImport
(ImportContext context) Deprecated.void
KeyInitPostImportTask.execute
(ImportContext context) Deprecated.void
PostImportTask.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 void
Importer.postImportAndCleanUp()
Deprecated.Perform any special logic after the import and post-import tasks are complete.protected void
Importer.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 void
FileXmlExporter.backupAttachments()
Deprecated.Backs up the Attachments and stores them in the "attachments" directory of the export.protected void
FileXmlExporter.backupConfigFiles()
Deprecated.protected void
FileXmlExporter.backupPluginData()
Deprecated.protected void
FileXmlExporter.backupResources()
Deprecated.protected void
FileXmlExporter.backupTemplates()
Deprecated.FileXmlExporter.doExport
(com.atlassian.core.util.ProgressMeter progress) Deprecated.XmlExporter.doExport
(com.atlassian.core.util.ProgressMeter progress) Deprecated.static ExportDescriptor
ExportDescriptor.getExportDescriptor
(Unzipper unzipper) static ExportDescriptor
ExportDescriptor.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 TypeMethodDescriptionvoid
BackupRestoreProvider.backup
(OutputStream outputStream) void
BackupRestoreProvider.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 ImportProcessorSummary
BackupImporter.doImportInternal()
Deprecated.protected boolean
BackupImporter.doSpecialProcessing
(org.hibernate.Session session, TransientHibernateHandle key) Deprecated.void
HibernateHiLoIdFixer.fixHiLoTable()
Deprecated.BackupImporter.getBuildNumberOfImport()
Deprecated.BackupImporter.getCreatedByBuildNumberOfImport()
Deprecated.protected abstract Properties
BackupImporter.getDescriptorProperties()
Deprecated.protected Properties
FileBackupImporter.getDescriptorProperties()
Deprecated.BackupImporter.getExportType()
Deprecated.abstract InputStream
BackupImporter.getXmlEntitiesStream()
Deprecated.FileBackupImporter.getXmlEntitiesStream()
Deprecated.protected void
FileBackupImporter.importAttachments
(ImportProcessorSummary context, File extractedDir) Deprecated.Copies the attachments from the import location into the configured Confluence attachment store.protected ImportProcessorSummary
BackupImporter.importEntities
(boolean hasExtraToImport) Deprecated.protected ImportProcessorSummary
BackupImporter.importEverything()
Deprecated.protected ImportProcessorSummary
BackupImporter.importEverything
(boolean hasExtraToImport) Deprecated.protected ImportProcessorSummary
FileBackupImporter.importEverything()
Deprecated.boolean
BackupImporter.isBackupAttachments()
Deprecated.boolean
BackupImporter.isExportScopeAll()
Deprecated.boolean
BackupImporter.isIncrementalImport()
Deprecated.InputStreamFactory.newInputStream()
Deprecated.protected void
BackupImporter.postImportAndCleanUp()
Deprecated.protected void
FileBackupImporter.postImportAndCleanUp()
Deprecated.protected void
BackupImporter.preImport()
Deprecated.protected void
FileBackupImporter.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 TypeMethodDescriptionvoid
ClearReIndexJobPostImportTask.execute
(ImportContext context)
XmlImporter.doImport(Session, InputStreamFactory, boolean, ImportContext)