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 void
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 ImportExportException Modifier and Type Method Description void
SiteImportResource. 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 void
AbstractFileXmlExporter. backupAttachments()
Backs up the Attachments and stores them in the "attachments" directory of the export.protected void
AbstractFileXmlExporter. backupConfigFiles()
protected void
AbstractXmlExporter. backupEntities(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)
Deprecated.since 7.16.0 usecom.atlassian.confluence.impl.importexport.export.BackupDescriptorWriter
protected void
AbstractFileXmlExporter. backupEverything(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)
copies attachments, templates and config filesprotected void
AbstractXmlExporter. backupEverything(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)
protected void
AbstractFileXmlExporter. backupPluginData()
protected void
AbstractFileXmlExporter. backupResources()
protected void
AbstractFileXmlExporter. backupTemplates()
protected void
AbstractExporterImpl. checkHaveSomethingToExport()
String
AbstractExporterImpl. createAndSetExportDirectory()
protected File
AbstractExporterImpl. createExportDirectory()
Create a temp directory to store files used to build an export zip.String
AbstractFileXmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)
String
AbstractRendererExporterImpl. doExport(com.atlassian.core.util.ProgressMeter progress)
String
AbstractXmlExporter. doExport(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)
String
HtmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)
String
SpaceBackupExporter. 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 String
AbstractFileXmlExporter. doExportInternal(com.atlassian.core.util.ProgressMeter progress)
protected String
SiteBackupExporter. doExportInternal(com.atlassian.core.util.ProgressMeter progress)
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 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 void
AbstractXmlExporter. writeBackupDescriptor()
-
Uses of ImportExportException in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that throw ImportExportException Modifier and Type Method Description protected 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.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.String
DefaultImportExportManager. exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)
Deprecated.String
ImportExportManager. exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)
Deprecated.<T> Collection<T>
ImportProcessorSummary. getImportedObjectsOfType(Class<T> clazz)
Deprecated.ImmutableImportProcessorSummary
DefaultImportExportManager. performImport(ImportContext context)
Deprecated.ImmutableImportProcessorSummary
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.actions
Methods in com.atlassian.confluence.importexport.actions that throw ImportExportException Modifier and Type Method Description protected DefaultImportContext
AbstractFileRestoreAction. createImportContext(ExportDescriptor exportDescriptor)
Deprecated.Builds the import context from the restore file xmlprotected abstract DefaultImportContext
AbstractImportAction. createImportContext(ExportDescriptor exportDescriptor)
Deprecated.protected DefaultImportContext
RestorePageAction. createImportContext(ExportDescriptor exportDescriptor)
Deprecated.protected abstract File
AbstractImportAction. getRestoreFile()
Deprecated.protected File
RestoreAction. getRestoreFile()
Deprecated.protected File
RestoreLocalFileAction. getRestoreFile()
Deprecated.protected File
AbstractImportAction. getRestoreFileFromFileSystem()
Deprecated.protected File
AbstractImportAction. getRestoreFileFromUpload()
Deprecated.retrieves restore file from uploadprotected boolean
AbstractFileRestoreAction. isImportAllowed(ExportDescriptor exportDescriptor)
Deprecated.protected boolean
AbstractImportAction. isImportAllowed(ExportDescriptor exportDescriptor)
Deprecated.Override if you want to prohibit certain types of export zips from being importedprotected boolean
RestorePageAction. 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 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. backupEverything(HibernateObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)
Deprecated.copies attachments, templates and config filesprotected void
FileXmlExporter. backupPluginData()
Deprecated.protected void
FileXmlExporter. backupResources()
Deprecated.protected void
FileXmlExporter. backupTemplates()
Deprecated.protected void
AbstractExporterImpl. checkHaveSomethingToExport()
Deprecated.String
AbstractExporterImpl. createAndSetExportDirectory()
Deprecated.protected File
AbstractExporterImpl. createExportDirectory()
Deprecated.Create a temp directory to store files used to build an export zip.String
AbstractRendererExporterImpl. doExport(com.atlassian.core.util.ProgressMeter progress)
Deprecated.String
FileXmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)
Deprecated.String
HtmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)
Deprecated.String
XmlExporter. doExport(com.atlassian.core.util.ProgressMeter progress)
Deprecated.protected abstract void
AbstractRendererExporterImpl. doExportEntity(ConfluenceEntityObject entity, String exportPath)
Deprecated.protected void
HtmlExporter. doExportEntity(ConfluenceEntityObject entity, String exportPath)
Deprecated.protected String
FileXmlExporter. doExportInternal(com.atlassian.core.util.ProgressMeter progress)
Deprecated.protected void
AbstractExporterImpl. ensureDirectoryCreated(File directory)
Deprecated.protected void
AbstractRendererExporterImpl. ensurePathExists(String path)
Deprecated.protected void
AbstractRendererExporterImpl. exportPage(Page page, String baseExportPath)
Deprecated.protected void
HtmlExporter. exportPage(Page page, String baseExportPath)
Deprecated.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)
Deprecated.protected void
HtmlExporter. exportSpace(Space space, String baseExportPath)
Deprecated.static ExportDescriptor
ExportDescriptor. getExportDescriptor(Unzipper unzipper)
static ExportDescriptor
ExportDescriptor. getExportDescriptor(File exportZip)
protected abstract String
AbstractRendererExporterImpl. getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)
Deprecated.protected String
HtmlExporter. 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 void
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 ImportExportException Modifier and Type Method Description ImportProcessorSummary
DefaultXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlImportStreamFactory, boolean incrementalImport, ImportContext context)
Deprecated.ImportProcessorSummary
DefaultXmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter meter, boolean incrementalImport, ImportedObjectPreProcessor preProcessor)
Deprecated.ImportProcessorSummary
XmlImporter. doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, boolean incrementalImport, ImportContext context)
Deprecated.Perform an XML import.ImportProcessorSummary
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.String
BackupImporter. getBuildNumberOfImport()
Deprecated.String
BackupImporter. getCreatedByBuildNumberOfImport()
Deprecated.protected abstract Properties
BackupImporter. getDescriptorProperties()
Deprecated.protected Properties
FileBackupImporter. getDescriptorProperties()
Deprecated.String
BackupImporter. getExportType()
Deprecated.abstract InputStream
BackupImporter. getXmlEntitiesStream()
Deprecated.InputStream
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.InputStream
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 Modifier and Type Method Description void
TrashDatePostImportTask. 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 void
ClearReIndexJobPostImportTask. execute(ImportContext context)
-