|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImportExportException | |
|---|---|
| com.atlassian.confluence.importexport | |
| com.atlassian.confluence.importexport.actions | |
| com.atlassian.confluence.importexport.impl | |
| com.atlassian.confluence.importexport.impl.snipsnap | |
| com.atlassian.confluence.importexport.xmlimport | Imports Confluence data from an XML backup. |
| Uses of ImportExportException in com.atlassian.confluence.importexport |
|---|
| Methods in com.atlassian.confluence.importexport that throw ImportExportException | |
|---|---|
abstract java.lang.String |
Exporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
void |
Importer.doImport()
Executes an import with this importer. |
protected abstract void |
Importer.doImportInternal()
Performs the actual import. |
void |
PostImportTask.execute(ImportContext context)
Perform any necessary clean-up to ensure the imported data is internally consistent. |
java.lang.String |
ImportExportManager.exportAs(ExportContext context,
com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
DefaultImportExportManager.exportAs(ExportContext context,
com.atlassian.core.util.ProgressMeter progress)
|
void |
ImportExportManager.importAs(java.lang.Object type,
ImportContext context)
|
void |
DefaultImportExportManager.importAs(java.lang.Object type,
ImportContext context)
|
protected void |
Importer.postImportAndCleanUp()
Perform any special logic after the import and post-import tasks are complete. |
protected void |
Importer.preImport()
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 | |
|---|---|
protected DefaultImportContext |
RestorePageAction.createImportContext()
|
protected DefaultImportContext |
ImportSnipSnapAction.createImportContext()
|
protected abstract DefaultImportContext |
AbstractImportAction.createImportContext()
|
protected DefaultImportContext |
AbstractFileRestoreAction.createImportContext()
Builds the import context from the restore file xml |
protected void |
ImportSnipSnapAction.doRestore()
|
protected void |
AbstractImportAction.doRestore()
|
protected java.io.File |
RestoreLocalFileAction.getRestoreFile()
|
protected java.io.File |
RestoreAction.getRestoreFile()
|
protected abstract java.io.File |
AbstractFileRestoreAction.getRestoreFile()
|
protected java.io.File |
AbstractImportAction.getRestoreFileFromFileSystem()
|
protected java.io.File |
AbstractImportAction.getRestoreFileFromUpload()
retrieves restore file from upload |
protected boolean |
RestorePageAction.isImportAllowed()
|
protected boolean |
AbstractImportAction.isImportAllowed()
Override if you want to prohibit certain types of export zips from being imported |
protected boolean |
AbstractFileRestoreAction.isImportAllowed()
|
| Uses of ImportExportException in com.atlassian.confluence.importexport.impl |
|---|
| Methods in com.atlassian.confluence.importexport.impl that throw ImportExportException | |
|---|---|
protected void |
FileXmlExporter.backupAttachments()
Backs up the Attachments and stores them in the "attachments" directory of the export. |
protected void |
FileXmlExporter.backupConfigFiles()
|
protected void |
AbstractXmlExporter.backupEntities(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
|
protected void |
FileXmlExporter.backupEverything(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
copies attachments, templates and config files |
protected void |
AbstractXmlExporter.backupEverything(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
|
protected void |
FileXmlExporter.backupResources()
|
protected void |
FileXmlExporter.backupTemplates()
|
protected void |
AbstractExporterImpl.checkHaveSomethingToExport()
|
java.lang.String |
AbstractXmlExporter.doExport(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
AbstractExporterImpl.doExport(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
XmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
HtmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
FileXmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
AbstractRendererExporterImpl.doExport(com.atlassian.core.util.ProgressMeter progress)
|
protected void |
HtmlExporter.doExportEntity(ConfluenceEntityObject entity,
java.lang.String exportPath)
|
protected abstract void |
AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity,
java.lang.String exportPath)
|
protected void |
AbstractExporterImpl.ensureDirectoryCreated(java.io.File directory)
|
protected void |
AbstractRendererExporterImpl.ensurePathExists(java.lang.String path)
|
protected void |
HtmlExporter.exportPage(Page page,
java.lang.String baseExportPath)
Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy. |
protected void |
AbstractRendererExporterImpl.exportPage(Page page,
java.lang.String baseExportPath)
|
protected void |
HtmlExporter.exportSpace(Space space,
java.lang.String baseExportPath)
|
protected void |
AbstractRendererExporterImpl.exportSpace(Space space,
java.lang.String baseExportPath)
|
protected java.io.OutputStream |
AbstractXmlExporter.getDescriptorOutputStream()
|
static java.util.Properties |
ExportUtils.getExportDescriptor(java.io.File exportZip,
boolean cleanup)
|
protected java.io.File |
AbstractExporterImpl.getExportDirectory()
Create a temp directory to store files used to build an export zip. |
protected java.lang.String |
AbstractXmlExporter.getExportType()
|
static java.lang.String |
ExportUtils.getExportTypeFromExportZip(java.io.File exportZip)
extracts only the exportDescriptor.properties from an export zip and determine the type of export |
static java.lang.String |
ExportUtils.getExportTypeFromExportZip(java.io.File exportZip,
boolean cleanup)
|
protected java.lang.String |
HtmlExporter.getFullExportPath(java.lang.String baseExportPath,
ConfluenceEntityObject entity)
This implementation should be extracted to a specific ExportFileNameGenerator implementation. |
protected abstract java.lang.String |
AbstractRendererExporterImpl.getFullExportPath(java.lang.String baseExportPath,
ConfluenceEntityObject entity)
|
protected java.util.List |
XmlExporter.getHandlesOfObjectsForExport()
|
protected java.util.List |
BackupExporter.getHandlesOfObjectsForExport()
|
protected abstract java.util.List |
AbstractXmlExporter.getHandlesOfObjectsForExport()
|
protected java.util.List |
XmlExporter.getObjectsExcludedFromExport()
|
protected java.util.List |
AbstractXmlExporter.getObjectsExcludedFromExport()
|
static java.lang.String |
ExportUtils.getSpaceKeyFromExportZip(java.io.File exportZip)
parses entities.xml file and extracts the first space key it finds |
protected java.io.OutputStream |
AbstractXmlExporter.getXmlOutputStream()
output stream to write XML object information to |
static boolean |
ExportUtils.isSpaceImport(java.io.File importFile)
|
protected void |
AbstractXmlExporter.writeBackupDescriptor(java.lang.String baseExportPath)
|
| Uses of ImportExportException in com.atlassian.confluence.importexport.impl.snipsnap |
|---|
| Methods in com.atlassian.confluence.importexport.impl.snipsnap that throw ImportExportException | |
|---|---|
void |
SnipSnapImporter.doImportInternal()
|
| Uses of ImportExportException in com.atlassian.confluence.importexport.xmlimport |
|---|
| Methods in com.atlassian.confluence.importexport.xmlimport that throw ImportExportException | ||
|---|---|---|
ImportProcessorSummary |
XmlImporter.doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
com.atlassian.core.util.ProgressMeter progress,
boolean incrementalImport)
|
|
ImportProcessorSummary |
DefaultXmlImporter.doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
com.atlassian.core.util.ProgressMeter meter,
boolean incrementalImport)
|
|
protected void |
BackupImporter.doImportInternal()
|
|
protected void |
BackupImporter.doSpecialProcessing(net.sf.hibernate.Session session,
TransientHibernateHandle key)
|
|
java.lang.String |
BackupImporter.getBuildNumberOfImport()
|
|
protected java.util.Properties |
FileBackupImporter.getDescriptorProperties()
|
|
protected abstract java.util.Properties |
BackupImporter.getDescriptorProperties()
|
|
java.lang.String |
BackupImporter.getExportType()
|
|
|
ImportProcessorSummary.getImportedObjectsOfType(java.lang.Class<T> clazz)
|
|
java.io.InputStream |
FileBackupImporter.getXmlEntitiesStream()
|
|
abstract java.io.InputStream |
BackupImporter.getXmlEntitiesStream()
|
|
protected void |
FileBackupImporter.importAttachments(ImportProcessorSummary context,
java.io.File extractedDir)
Copies the attachments from the import location into the configured Confluence attachment store. |
|
protected ImportProcessorSummary |
BackupImporter.importEntities(boolean hasExtraToImport)
|
|
protected ImportProcessorSummary |
FileBackupImporter.importEverything()
|
|
protected ImportProcessorSummary |
BackupImporter.importEverything()
|
|
protected ImportProcessorSummary |
BackupImporter.importEverything(boolean hasExtraToImport)
|
|
boolean |
BackupImporter.isBackupAttachments()
|
|
boolean |
BackupImporter.isIncrementalImport()
|
|
java.io.InputStream |
InputStreamFactory.newInputStream()
|
|
protected void |
FileBackupImporter.postImportAndCleanUp()
|
|
protected void |
BackupImporter.postImportAndCleanUp()
|
|
protected void |
FileBackupImporter.preImport()
|
|
protected void |
BackupImporter.preImport()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||