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.moinmoin   
com.atlassian.confluence.importexport.impl.snipsnap   
 

Uses of ImportExportException in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport that throw ImportExportException
abstract  String Exporter.doExport(ProgressMeter progress)
           
abstract  void Importer.doImport()
           
 String DefaultImportExportManager.exportAs(ExportContext context, ProgressMeter progress)
           
 String ImportExportManager.exportAs(ExportContext context, ProgressMeter progress)
           
 void DefaultImportExportManager.importAs(Object type, ImportContext context)
           
 void ImportExportManager.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  DefaultImportContext RestoreLocalFileAction.createImportContext()
           
protected abstract  DefaultImportContext AbstractImportAction.createImportContext()
           
protected  DefaultImportContext RestoreAction.createImportContext()
           
protected  void ImportSnipSnapAction.doRestore()
           
protected  void AbstractImportAction.doRestore()
           
protected  File RestoreLocalFileAction.getRestoreFile()
           
protected abstract  File AbstractFileRestoreAction.getRestoreFile()
           
protected  File RestoreAction.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, ProgressMeter progress)
           
protected  void AbstractXmlExporter.backupEverything(ObjectHandleTranslator translator, ProgressMeter progress)
           
protected  void FileXmlExporter.backupEverything(ObjectHandleTranslator translator, ProgressMeter progress)
          copies attachments, templates and config files
protected  void FileXmlExporter.backupResources()
           
protected  void FileXmlExporter.backupTemplates()
           
protected  void AbstractExporterImpl.checkHaveSomethingToExport()
           
protected  ReverseDatabinder BackupImporter.createXmlReader()
           
 String AbstractExporterImpl.doExport(ObjectHandleTranslator translator, ProgressMeter progress)
           
 String AbstractXmlExporter.doExport(ObjectHandleTranslator translator, ProgressMeter progress)
           
 String HtmlExporter.doExport(ProgressMeter progress)
           
 String AbstractRendererExporterImpl.doExport(ProgressMeter progress)
           
 String MemoryXmlExporter.doExport(ProgressMeter progress)
           
 String FileXmlExporter.doExport(ProgressMeter progress)
           
 String XmlExporter.doExport(ProgressMeter progress)
           
protected  void HtmlExporter.doExportEntity(ConfluenceEntityObject entity, String exportPath)
           
protected abstract  void AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity, String exportPath)
           
 void FileBackupImporter.doImport()
           
 void BackupImporter.doImport()
           
protected  void BackupImporter.doSpecialProcessing(net.sf.hibernate.Session session, TransientHibernateHandle key, SpaceManager spaceManager)
           
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)
           
 void ReverseDatabinder.fromXML(BackupImporter importer, net.sf.hibernate.Session session, ProgressMeter meter)
           
 String BackupImporter.getBuildNumberOfImport()
           
protected  OutputStream MemoryXmlExporter.getDescriptorOutputStream()
           
protected  OutputStream AbstractXmlExporter.getDescriptorOutputStream()
           
 Properties BackupImporter.getDescriptorProperties()
           
protected  InputStream FileBackupImporter.getDescriptorPropertiesStream()
           
protected abstract  InputStream BackupImporter.getDescriptorPropertiesStream()
           
static Properties ExportUtils.getExportDescriptor(File exportZip, boolean cleanup)
           
protected  File MemoryXmlExporter.getExportDirectory()
           
protected  File AbstractExporterImpl.getExportDirectory()
          Create a temp directory to store files used to build an export zip.
 String BackupImporter.getExportType()
           
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 BackupExporter.getHandlesOfObjectsForExport()
           
protected  List MemoryXmlExporter.getHandlesOfObjectsForExport()
           
protected abstract  List AbstractXmlExporter.getHandlesOfObjectsForExport()
           
protected  List XmlExporter.getHandlesOfObjectsForExport()
           
 List ReverseDatabinder.getImportedSpaces()
           
protected  List AbstractXmlExporter.getObjectsExcludedFromExport()
           
protected  List XmlExporter.getObjectsExcludedFromExport()
           
static String ExportUtils.getSpaceKeyFromExportZip(File exportZip)
          parses entities.xml file and extracts the first space key it finds
 InputStream FileBackupImporter.getXmlEntitiesStream()
           
 InputStream MemoryBackupImporter.getXmlEntitiesStream()
           
abstract  InputStream BackupImporter.getXmlEntitiesStream()
           
protected  OutputStream MemoryXmlExporter.getXmlOutputStream()
           
protected  OutputStream AbstractXmlExporter.getXmlOutputStream()
          output stream to write XML object information to
protected  void FileBackupImporter.importAttachments(ReverseDatabinder xmlReader, File extractedDir)
          Copies the attachments from the import location into the configured Confluence attachment store.
protected  void BackupImporter.importEntities(ReverseDatabinder xmlReader, SpaceManager spaceManager, boolean hasExtraToImport)
           
protected  void FileBackupImporter.importEverything()
           
protected  void BackupImporter.importEverything()
           
protected  void BackupImporter.importEverything(ReverseDatabinder xmlReader, boolean hasExtraToImport)
           
 boolean BackupImporter.isBackupAttachments()
           
 boolean BackupImporter.isIncrementalImport()
           
static boolean ExportUtils.isSpaceImport(File importFile)
           
protected  void AbstractXmlExporter.writeBackupDescriptor(String baseExportPath)
           
 

Uses of ImportExportException in com.atlassian.confluence.importexport.impl.moinmoin
 

Methods in com.atlassian.confluence.importexport.impl.moinmoin that throw ImportExportException
 void MoinMoinImporter.doImport()
           
 

Uses of ImportExportException in com.atlassian.confluence.importexport.impl.snipsnap
 

Methods in com.atlassian.confluence.importexport.impl.snipsnap that throw ImportExportException
 void SnipSnapImporter.doImport()
           
 



Confluence is developed by Atlassian.