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.backupMethods 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.dmz.importexportMethods 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.importexportMethods 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) protected StringDefaultImportExportManager.doExport(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.HtmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress) protected abstract voidAbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity, String exportPath) protected voidHtmlExporter.doExportEntity(ConfluenceEntityObject entity, String exportPath) final ImportProcessorSummaryImporter.doImport()Deprecated.Executes an import with this importer.protected ImportProcessorSummaryBackupImporter.doImportInternal()Deprecated.protected abstract ImportProcessorSummaryImporter.doImportInternal()Deprecated.Performs the actual import.protected ImmutableImportProcessorSummaryDefaultImportExportManager.doPerformImport(ImportContext context) Deprecated.protected booleanBackupImporter.doSpecialProcessing(org.hibernate.Session session, TransientHibernateHandle key) Deprecated.protected voidAbstractExporterImpl.ensureDirectoryCreated(File directory) protected voidAbstractRendererExporterImpl.ensurePathExists(String path) DefaultImportExportManager.exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.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) BackupImporter.getBuildNumberOfImport()Deprecated.BackupImporter.getCreatedByBuildNumberOfImport()Deprecated.protected abstract PropertiesBackupImporter.getDescriptorProperties()Deprecated.BackupImporter.getExportType()Deprecated.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.abstract InputStreamBackupImporter.getXmlEntitiesStream()Deprecated.protected ImportProcessorSummaryBackupImporter.importEntities(boolean hasExtraToImport) Deprecated.protected ImportProcessorSummaryBackupImporter.importEverything()Deprecated.protected ImportProcessorSummaryBackupImporter.importEverything(boolean hasExtraToImport) Deprecated.booleanBackupImporter.isBackupAttachments()Deprecated.booleanBackupImporter.isExportScopeAll()Deprecated.booleanBackupImporter.isIncrementalImport()Deprecated.DefaultImportExportManager.performImport(ImportContext context) Deprecated.protected voidBackupImporter.postImportAndCleanUp()Deprecated.protected voidImporter.postImportAndCleanUp()Deprecated.Perform any special logic after the import and post-import tasks are complete.protected voidBackupImporter.preImport()Deprecated.protected voidImporter.preImport()Deprecated.Perform any special logic prior to the import starting.
- 
Uses of ImportExportException in com.atlassian.confluence.importexportMethods in com.atlassian.confluence.importexport that throw ImportExportExceptionModifier and TypeMethodDescriptionabstract StringExporter.doExport(com.atlassian.core.util.ProgressMeter progress) Deprecated.Exports the content specified by the configuredExportContext.voidPostImportTask.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.implMethods 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.pluginMethods 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.xmlimportMethods 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.voidHibernateHiLoIdFixer.fixHiLoTable()Deprecated.InputStreamFactory.newInputStream()Deprecated.
- 
Uses of ImportExportException in com.atlassian.confluence.internal.importexportMethods in com.atlassian.confluence.internal.importexport that throw ImportExportException
- 
Uses of ImportExportException in com.atlassian.confluence.internal.index.status.importexportMethods in com.atlassian.confluence.internal.index.status.importexport that throw ImportExportExceptionModifier and TypeMethodDescriptionvoidClearReIndexJobPostImportTask.execute(ImportContext context) 
XmlImporter.doImport(Session, InputStreamFactory, boolean, ImportContext)