Uses of Class
com.atlassian.confluence.importexport.ImportExportException
Packages that use ImportExportException
Package
Description
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.dmz.importexport
Methods in com.atlassian.confluence.dmz.importexport that throw ImportExportExceptionModifier and TypeMethodDescriptionLegacyImportExportManager.performImport
(ImportContext context) Performs an import specified by the given context and returns the summary of import result. -
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) protected String
DefaultImportExportManager.doExport
(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.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) final ImportProcessorSummary
Importer.doImport()
Deprecated.Executes an import with this importer.protected ImportProcessorSummary
BackupImporter.doImportInternal()
Deprecated.protected abstract ImportProcessorSummary
Importer.doImportInternal()
Deprecated.Performs the actual import.protected ImmutableImportProcessorSummary
DefaultImportExportManager.doPerformImport
(ImportContext context) Deprecated.protected boolean
BackupImporter.doSpecialProcessing
(org.hibernate.Session session, TransientHibernateHandle key) Deprecated.protected void
AbstractExporterImpl.ensureDirectoryCreated
(File directory) protected void
AbstractRendererExporterImpl.ensurePathExists
(String path) DefaultImportExportManager.exportAs
(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.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) BackupImporter.getBuildNumberOfImport()
Deprecated.BackupImporter.getCreatedByBuildNumberOfImport()
Deprecated.protected abstract Properties
BackupImporter.getDescriptorProperties()
Deprecated.BackupImporter.getExportType()
Deprecated.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.abstract InputStream
BackupImporter.getXmlEntitiesStream()
Deprecated.protected ImportProcessorSummary
BackupImporter.importEntities
(boolean hasExtraToImport) Deprecated.protected ImportProcessorSummary
BackupImporter.importEverything()
Deprecated.protected ImportProcessorSummary
BackupImporter.importEverything
(boolean hasExtraToImport) Deprecated.boolean
BackupImporter.isBackupAttachments()
Deprecated.boolean
BackupImporter.isExportScopeAll()
Deprecated.boolean
BackupImporter.isIncrementalImport()
Deprecated.DefaultImportExportManager.performImport
(ImportContext context) Deprecated.protected void
BackupImporter.postImportAndCleanUp()
Deprecated.protected void
Importer.postImportAndCleanUp()
Deprecated.Perform any special logic after the import and post-import tasks are complete.protected void
BackupImporter.preImport()
Deprecated.protected void
Importer.preImport()
Deprecated.Perform any special logic prior to the import starting. -
Uses of ImportExportException in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that throw ImportExportExceptionModifier and TypeMethodDescriptionabstract String
Exporter.doExport
(com.atlassian.core.util.ProgressMeter progress) Deprecated.Exports the content specified by the configuredExportContext
.void
PostImportTask.execute
(ImportContext context) Deprecated.Perform any necessary clean-up to ensure the imported data is internally consistent.ImportExportManager.exportAs
(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.<T> Collection
<T> ImportProcessorSummary.getImportedObjectsOfType
(Class<T> clazz) Deprecated. -
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.void
HibernateHiLoIdFixer.fixHiLoTable()
Deprecated.InputStreamFactory.newInputStream()
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)