Uses of Class
com.atlassian.confluence.importexport.ImportExportException

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. 
com.atlassian.confluence.importexport.xmlimport.legacy Pre-3.2 implementation classes for Restore. 
 

Uses of ImportExportException in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport that throw ImportExportException
abstract  String Exporter.doExport(com.atlassian.core.util.ProgressMeter progress)
           
abstract  void Importer.doImport()
           
 String ImportExportManager.exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)
           
 String DefaultImportExportManager.exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)
           
 void ImportExportManager.importAs(Object type, ImportContext context)
           
 void DefaultImportExportManager.importAs(Object type, ImportContext context)
           
 

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  File RestoreLocalFileAction.getRestoreFile()
           
protected  File RestoreAction.getRestoreFile()
           
protected abstract  File AbstractFileRestoreAction.getRestoreFile()
           
protected  File AbstractImportAction.getRestoreFileFromFileSystem()
           
protected  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()
           
 String AbstractXmlExporter.doExport(ObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)
           
 String AbstractExporterImpl.doExport(ObjectHandleTranslator translator, com.atlassian.core.util.ProgressMeter progress)
           
 String XmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
           
 String HtmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
           
 String FileXmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
           
 String AbstractRendererExporterImpl.doExport(com.atlassian.core.util.ProgressMeter progress)
           
protected  void HtmlExporter.doExportEntity(ConfluenceEntityObject entity, String exportPath)
           
protected abstract  void AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity, String exportPath)
           
protected  void AbstractExporterImpl.ensureDirectoryCreated(File directory)
           
protected  void AbstractRendererExporterImpl.ensurePathExists(String path)
           
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.exportPage(Page page, String baseExportPath)
           
protected  void HtmlExporter.exportSpace(Space space, String baseExportPath)
           
protected  void AbstractRendererExporterImpl.exportSpace(Space space, String baseExportPath)
           
protected  OutputStream AbstractXmlExporter.getDescriptorOutputStream()
           
static Properties ExportUtils.getExportDescriptor(File exportZip, boolean cleanup)
           
protected  File AbstractExporterImpl.getExportDirectory()
          Create a temp directory to store files used to build an export zip.
protected  String AbstractXmlExporter.getExportType()
           
static String ExportUtils.getExportTypeFromExportZip(File exportZip)
          extracts only the exportDescriptor.properties from an export zip and determine the type of export
static String ExportUtils.getExportTypeFromExportZip(File exportZip, boolean cleanup)
           
protected  String HtmlExporter.getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)
          This implementation should be extracted to a specific ExportFileNameGenerator implementation.
protected abstract  String AbstractRendererExporterImpl.getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)
           
protected  List XmlExporter.getHandlesOfObjectsForExport()
           
protected  List BackupExporter.getHandlesOfObjectsForExport()
           
protected abstract  List AbstractXmlExporter.getHandlesOfObjectsForExport()
           
protected  List XmlExporter.getObjectsExcludedFromExport()
           
protected  List AbstractXmlExporter.getObjectsExcludedFromExport()
           
static String ExportUtils.getSpaceKeyFromExportZip(File exportZip)
          parses entities.xml file and extracts the first space key it finds
protected  OutputStream AbstractXmlExporter.getXmlOutputStream()
          output stream to write XML object information to
static boolean ExportUtils.isSpaceImport(File importFile)
           
protected  void AbstractXmlExporter.writeBackupDescriptor(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.doImport()
           
 

Uses of ImportExportException in com.atlassian.confluence.importexport.xmlimport
 

Methods in com.atlassian.confluence.importexport.xmlimport that throw ImportExportException
 void FileBackupImporter.doImport()
           
 void BackupImporter.doImport()
           
 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.doSpecialProcessing(net.sf.hibernate.Session session, TransientHibernateHandle key)
           
 String BackupImporter.getBuildNumberOfImport()
           
 Properties BackupImporter.getDescriptorProperties()
           
protected  InputStream FileBackupImporter.getDescriptorPropertiesStream()
           
protected abstract  InputStream BackupImporter.getDescriptorPropertiesStream()
           
 String BackupImporter.getExportType()
           
<T> Collection<T>
ImportProcessorSummary.getImportedObjectsOfType(Class<T> clazz)
           
 InputStream FileBackupImporter.getXmlEntitiesStream()
           
abstract  InputStream BackupImporter.getXmlEntitiesStream()
           
protected  void FileBackupImporter.importAttachments(ImportProcessorSummary context, 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()
           
 InputStream InputStreamFactory.newInputStream()
           
 

Uses of ImportExportException in com.atlassian.confluence.importexport.xmlimport.legacy
 

Methods in com.atlassian.confluence.importexport.xmlimport.legacy that throw ImportExportException
protected  ReverseDatabinder LegacyXmlImporter.createXmlReader(boolean incrementalImport)
           
 ImportProcessorSummary LegacyXmlImporter.doImport(net.sf.hibernate.Session session, InputStreamFactory xmlStreamFactory, com.atlassian.core.util.ProgressMeter meter, boolean incrementalImport)
           
 void ReverseDatabinder.fromXML(InputStreamFactory xmlEntitiesStream, net.sf.hibernate.Session session, com.atlassian.core.util.ProgressMeter meter)
           
<T> Collection<T>
ImportSummaryWrapper.getImportedObjectsOfType(Class<T> clazz)
           
 List ReverseDatabinder.getImportedSpaces()
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.