Uses of Class
com.atlassian.confluence.importexport.ImportExportException
-
Packages that use ImportExportException Package Description com.atlassian.confluence.activeobjects.backup com.atlassian.confluence.functest.rest.admin These REST resources are replacements for admin-level functest RPC calls and should only be run by a sys-admin in a websudo session.com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport com.atlassian.confluence.importexport.actions com.atlassian.confluence.importexport.impl com.atlassian.confluence.importexport.plugin com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup.com.atlassian.confluence.internal.importexport com.atlassian.confluence.internal.index.status.importexport -
-
Uses of ImportExportException in com.atlassian.confluence.activeobjects.backup
Methods in com.atlassian.confluence.activeobjects.backup that throw ImportExportException Modifier and Type Method Description voidActiveObjectsBackupRestoreProvider. 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 ImportExportException Modifier and Type Method Description voidSiteImportResource. importFromFileSync(com.atlassian.plugins.rest.common.multipart.FilePart filePart, boolean doReindex) -
Uses of ImportExportException in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport that throw ImportExportException Modifier and Type Method Description protected voidAbstractFileXmlExporter. backupAttachments()Backs up the Attachments and stores them in the "attachments" directory of the export.protected voidAbstractFileXmlExporter. backupConfigFiles()protected voidAbstractXmlExporter. backupEntities(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)Deprecated.since 7.16.0 usecom.atlassian.confluence.impl.importexport.export.BackupDescriptorWriterprotected voidAbstractFileXmlExporter. backupEverything(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)copies attachments, templates and config filesprotected voidAbstractXmlExporter. backupEverything(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)protected voidAbstractFileXmlExporter. backupPluginData()protected voidAbstractFileXmlExporter. backupResources()protected voidAbstractFileXmlExporter. backupTemplates()protected voidAbstractExporterImpl. checkHaveSomethingToExport()StringAbstractExporterImpl. createAndSetExportDirectory()protected FileAbstractExporterImpl. createExportDirectory()Create a temp directory to store files used to build an export zip.StringAbstractFileXmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)StringAbstractRendererExporterImpl. doExport(com.atlassian.core.util.ProgressMeter progress)StringAbstractXmlExporter. doExport(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)StringHtmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)StringSpaceBackupExporter. doExport(com.atlassian.core.util.ProgressMeter progress)protected abstract voidAbstractRendererExporterImpl. doExportEntity(ConfluenceEntityObject entity, String exportPath)protected voidHtmlExporter. doExportEntity(ConfluenceEntityObject entity, String exportPath)protected StringAbstractFileXmlExporter. doExportInternal(com.atlassian.core.util.ProgressMeter progress)protected StringSiteBackupExporter. doExportInternal(com.atlassian.core.util.ProgressMeter progress)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 abstract List<TransientHibernateHandle>AbstractXmlExporter. getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator, org.hibernate.Session session)protected List<TransientHibernateHandle>SiteBackupExporter. getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator, org.hibernate.Session session)protected List<TransientHibernateHandle>SpaceBackupExporter. getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator, org.hibernate.Session session)protected List<ConfluenceEntityObject>AbstractXmlExporter. getObjectsExcludedFromExport()Gets a list of actual objects (not handles) to exclude from export.protected List<ConfluenceEntityObject>SpaceBackupExporter. getObjectsExcludedFromExport()protected voidAbstractXmlExporter. writeBackupDescriptor() -
Uses of ImportExportException in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that throw ImportExportException Modifier and Type Method Description protected 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.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.StringDefaultImportExportManager. exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)Deprecated.StringImportExportManager. exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)Deprecated.<T> Collection<T>ImportProcessorSummary. getImportedObjectsOfType(Class<T> clazz)Deprecated.ImmutableImportProcessorSummaryDefaultImportExportManager. performImport(ImportContext context)Deprecated.ImmutableImportProcessorSummaryImportExportManager. 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.actions
Methods in com.atlassian.confluence.importexport.actions that throw ImportExportException Modifier and Type Method Description protected DefaultImportContextAbstractFileRestoreAction. createImportContext(ExportDescriptor exportDescriptor)Deprecated.Builds the import context from the restore file xmlprotected abstract DefaultImportContextAbstractImportAction. createImportContext(ExportDescriptor exportDescriptor)Deprecated.protected DefaultImportContextRestorePageAction. createImportContext(ExportDescriptor exportDescriptor)Deprecated.protected abstract FileAbstractImportAction. getRestoreFile()Deprecated.protected FileRestoreAction. getRestoreFile()Deprecated.protected FileRestoreLocalFileAction. getRestoreFile()Deprecated.protected FileAbstractImportAction. getRestoreFileFromFileSystem()Deprecated.protected FileAbstractImportAction. getRestoreFileFromUpload()Deprecated.retrieves restore file from uploadprotected booleanAbstractFileRestoreAction. isImportAllowed(ExportDescriptor exportDescriptor)Deprecated.protected booleanAbstractImportAction. isImportAllowed(ExportDescriptor exportDescriptor)Deprecated.Override if you want to prohibit certain types of export zips from being importedprotected booleanRestorePageAction. isImportAllowed(ExportDescriptor exportDescriptor)Deprecated. -
Uses of ImportExportException in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that throw ImportExportException Modifier and Type Method Description protected voidFileXmlExporter. backupAttachments()Deprecated.Backs up the Attachments and stores them in the "attachments" directory of the export.protected voidFileXmlExporter. backupConfigFiles()Deprecated.protected voidFileXmlExporter. backupEverything(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)Deprecated.copies attachments, templates and config filesprotected voidFileXmlExporter. backupPluginData()Deprecated.protected voidFileXmlExporter. backupResources()Deprecated.protected voidFileXmlExporter. backupTemplates()Deprecated.protected voidAbstractExporterImpl. checkHaveSomethingToExport()Deprecated.StringAbstractExporterImpl. createAndSetExportDirectory()Deprecated.protected FileAbstractExporterImpl. createExportDirectory()Deprecated.Create a temp directory to store files used to build an export zip.StringAbstractRendererExporterImpl. doExport(com.atlassian.core.util.ProgressMeter progress)Deprecated.StringFileXmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)Deprecated.StringHtmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)Deprecated.StringXmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)Deprecated.protected abstract voidAbstractRendererExporterImpl. doExportEntity(ConfluenceEntityObject entity, String exportPath)Deprecated.protected voidHtmlExporter. doExportEntity(ConfluenceEntityObject entity, String exportPath)Deprecated.protected StringFileXmlExporter. doExportInternal(com.atlassian.core.util.ProgressMeter progress)Deprecated.protected voidAbstractExporterImpl. ensureDirectoryCreated(File directory)Deprecated.protected voidAbstractRendererExporterImpl. ensurePathExists(String path)Deprecated.protected voidAbstractRendererExporterImpl. exportPage(Page page, String baseExportPath)Deprecated.protected voidHtmlExporter. exportPage(Page page, String baseExportPath)Deprecated.Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.protected voidAbstractRendererExporterImpl. exportSpace(Space space, String baseExportPath)Deprecated.protected voidHtmlExporter. exportSpace(Space space, String baseExportPath)Deprecated.static ExportDescriptorExportDescriptor. getExportDescriptor(Unzipper unzipper)static ExportDescriptorExportDescriptor. getExportDescriptor(File exportZip)protected abstract StringAbstractRendererExporterImpl. getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)Deprecated.protected StringHtmlExporter. getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)Deprecated.protected List<TransientHibernateHandle>XmlExporter. getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator, org.hibernate.Session session)Deprecated.protected List<ConfluenceEntityObject>XmlExporter. getObjectsExcludedFromExport()Deprecated.Constructors in com.atlassian.confluence.importexport.impl that throw ImportExportException Constructor Description ExportDescriptor(Properties properties) -
Uses of ImportExportException in com.atlassian.confluence.importexport.plugin
Methods in com.atlassian.confluence.importexport.plugin that throw ImportExportException Modifier and Type Method Description voidBackupRestoreProvider. 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 ImportExportException 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 booleanBackupImporter. doSpecialProcessing(org.hibernate.Session session, TransientHibernateHandle key)Deprecated.voidHibernateHiLoIdFixer. fixHiLoTable()Deprecated.StringBackupImporter. getBuildNumberOfImport()Deprecated.StringBackupImporter. getCreatedByBuildNumberOfImport()Deprecated.protected abstract PropertiesBackupImporter. getDescriptorProperties()Deprecated.protected PropertiesFileBackupImporter. getDescriptorProperties()Deprecated.StringBackupImporter. getExportType()Deprecated.abstract InputStreamBackupImporter. getXmlEntitiesStream()Deprecated.InputStreamFileBackupImporter. 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.InputStreamInputStreamFactory. 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 Modifier and Type Method Description voidTrashDatePostImportTask. execute(ImportContext context) -
Uses of ImportExportException in com.atlassian.confluence.internal.index.status.importexport
Methods in com.atlassian.confluence.internal.index.status.importexport that throw ImportExportException Modifier and Type Method Description voidClearReIndexJobPostImportTask. execute(ImportContext context)
-