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
 void DefaultImportExportManager.importAs(Object type, ImportContext context)
           
 String DefaultImportExportManager.exportAs(ExportContext context)
           
abstract  String Exporter.doExport()
           
abstract  void Importer.doImport()
           
 void ImportExportManager.importAs(Object type, ImportContext context)
           
 String ImportExportManager.exportAs(ExportContext context)
           
 

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

Methods in com.atlassian.confluence.importexport.actions that throw ImportExportException
protected abstract  File AbstractFileRestoreAction.getRestoreFile()
           
protected  boolean AbstractFileRestoreAction.isImportAllowed()
           
protected  void AbstractImportAction.doRestore()
           
protected  File AbstractImportAction.getRestoreFileFromUpload()
          retrieves restore file from upload
protected  File AbstractImportAction.getRestoreFileFromFileSystem()
           
protected  boolean AbstractImportAction.isImportAllowed()
          Override if you want to prohibit certain types of export zips from being imported
protected abstract  DefaultImportContext AbstractImportAction.createImportContext()
           
protected  void ImportSnipSnapAction.doRestore()
           
protected  DefaultImportContext ImportSnipSnapAction.createImportContext()
           
protected  void RestoreAction.doRestore()
           
protected  File RestoreAction.getRestoreFile()
           
protected  DefaultImportContext RestoreAction.createImportContext()
           
protected  DefaultImportContext RestoreLocalFileAction.createImportContext()
           
protected  File RestoreLocalFileAction.getRestoreFile()
           
protected  boolean RestorePageAction.isImportAllowed()
           
protected  DefaultImportContext RestorePageAction.createImportContext()
           
 

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

Methods in com.atlassian.confluence.importexport.impl that throw ImportExportException
protected  void AbstractExporterImpl.ensurePathExists(String path)
           
 String AbstractExporterImpl.doExport(ObjectHandleTranslator translator)
           
protected  void AbstractExporterImpl.ensureDirectoryCreated(File directory)
           
protected  void AbstractExporterImpl.checkHaveSomethingToExport()
           
protected abstract  String AbstractRendererExporterImpl.getFullExportPath(String baseExportPath, ConfluenceEntityObject entity)
           
protected abstract  void AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity, String exportPath)
           
 String AbstractRendererExporterImpl.doExport()
           
protected  void AbstractRendererExporterImpl.exportSpace(Space space, String baseExportPath)
           
protected  void AbstractRendererExporterImpl.exportPage(Page page, String baseExportPath)
           
protected  void AbstractRendererExporterImpl.exportAttachedImages(Page page, String exportFolder)
           
protected  void AbstractRendererExporterImpl.exportPageAttachments(Page page, String exportFolder)
           
protected  void AbstractRendererExporterImpl.exportPageAttachments(Page page, String exportFolder, com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.AttachmentFilter filter)
           
protected abstract  List AbstractXmlExporter.getHandlesOfObjectsForExport()
           
protected  List AbstractXmlExporter.getObjectsExcludedFromExport()
           
 String AbstractXmlExporter.doExport(ObjectHandleTranslator translator)
           
protected  void AbstractXmlExporter.backupEverything(ObjectHandleTranslator translator)
           
protected  void AbstractXmlExporter.writeBackupDescriptor(String baseExportPath)
           
protected  OutputStream AbstractXmlExporter.getDescriptorOutputStream()
           
protected  OutputStream AbstractXmlExporter.getXmlOutputStream()
          output stream to write XML object information to
protected  String AbstractXmlExporter.getExportType()
           
protected  void AbstractXmlExporter.backupEntities(ObjectHandleTranslator translator)
           
protected  List BackupExporter.getHandlesOfObjectsForExport()
           
 void BackupImporter.doImport()
           
protected  void BackupImporter.importEverything()
           
protected  void BackupImporter.importEverything(ReverseDatabinder xmlReader, boolean hasExtraToImport)
           
protected  ReverseDatabinder BackupImporter.createXmlReader()
           
protected  void BackupImporter.importEntities(ReverseDatabinder xmlReader, SpaceManager spaceManager, boolean hasExtraToImport)
           
protected  void BackupImporter.doSpecialProcessing(net.sf.hibernate.Session session, TransientHibernateHandle key, SpaceManager spaceManager)
           
 Properties BackupImporter.getDescriptorProperties()
           
 String BackupImporter.getExportType()
           
 boolean BackupImporter.isBackupAttachments()
           
 String BackupImporter.getBuildNumberOfImport()
           
 boolean BackupImporter.isIncrementalImport()
           
protected abstract  InputStream BackupImporter.getDescriptorPropertiesStream()
           
abstract  InputStream BackupImporter.getXmlEntitiesStream()
           
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)
           
static Properties ExportUtils.getExportDescriptor(File exportZip, boolean cleanup)
           
static boolean ExportUtils.isSpaceImport(File importFile)
           
static String ExportUtils.getSpaceKeyFromExportZip(File exportZip)
          parses entities.xml file and extracts the first space key it finds
 void FileBackupImporter.doImport()
           
protected  void FileBackupImporter.importEverything()
           
protected  void FileBackupImporter.importAttachments(ReverseDatabinder xmlReader, File extractedDir)
          Copies the attachments from the import location into the configured Confluence attachment store.
protected  InputStream FileBackupImporter.getDescriptorPropertiesStream()
           
 InputStream FileBackupImporter.getXmlEntitiesStream()
           
 String FileXmlExporter.doExport()
           
protected  void FileXmlExporter.backupEverything(ObjectHandleTranslator translator)
          copies attachments, templates and config files
protected  void FileXmlExporter.backupAttachments()
          Backs up the Attachments and stores them in the "attachments" directory of the export.
protected  void FileXmlExporter.backupResources()
           
protected  void FileXmlExporter.backupTemplates()
           
protected  void FileXmlExporter.backupConfigFiles()
           
 String HtmlExporter.doExport()
           
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 HtmlExporter.exportSpace(Space space, String baseExportPath)
           
protected  String HtmlExporter.getFullExportPath(String base_export_path, ConfluenceEntityObject entity)
           
protected  void HtmlExporter.doExportEntity(ConfluenceEntityObject entity, String exportPath)
           
 InputStream MemoryBackupImporter.getXmlEntitiesStream()
           
protected  OutputStream MemoryXmlExporter.getXmlOutputStream()
           
protected  OutputStream MemoryXmlExporter.getDescriptorOutputStream()
           
protected  List MemoryXmlExporter.getHandlesOfObjectsForExport()
           
 String MemoryXmlExporter.doExport()
           
 String PdfExporter.doExport()
           
protected  void PdfExporter.doExportEntity(ConfluenceEntityObject entity, String exportPath)
           
 void ReverseDatabinder.fromXML(BackupImporter importer, net.sf.hibernate.Session session, ProgressMeter meter)
           
 List ReverseDatabinder.getImportedSpaces()
           
 String XmlExporter.doExport()
           
protected  List XmlExporter.getHandlesOfObjectsForExport()
           
protected  List XmlExporter.getObjectsExcludedFromExport()
           
 

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.