Uses of Class
com.atlassian.confluence.importexport.impl.UnexpectedImportZipFileContents

Packages that use UnexpectedImportZipFileContents
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.importexport.impl   
 

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

Methods in com.atlassian.confluence.importexport.actions that throw UnexpectedImportZipFileContents
protected  DefaultImportContext RestorePageAction.createImportContext(ExportDescriptor exportDescriptor)
           
protected abstract  DefaultImportContext AbstractImportAction.createImportContext(ExportDescriptor exportDescriptor)
           
protected  DefaultImportContext AbstractFileRestoreAction.createImportContext(ExportDescriptor exportDescriptor)
          Builds the import context from the restore file xml
protected  boolean AbstractImportAction.isImportAllowed(ExportDescriptor exportDescriptor)
          Override if you want to prohibit certain types of export zips from being imported
protected  boolean AbstractFileRestoreAction.isImportAllowed(ExportDescriptor exportDescriptor)
           
 

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

Methods in com.atlassian.confluence.importexport.impl that throw UnexpectedImportZipFileContents
static ExportDescriptor ExportDescriptor.getExportDescriptor(File exportZip)
           
static Properties ExportUtils.getExportDescriptor(File exportZip, boolean cleanup)
          Deprecated. since 4.2 use ExportDescriptor.getExportDescriptor(java.io.File) instead.
static String ExportUtils.getExportTypeFromExportZip(File exportZip)
          Deprecated. since 4.2 use ExportDescriptor.getScope()
static String ExportUtils.getExportTypeFromExportZip(File exportZip, boolean cleanup)
          Deprecated. since 4.2 use ExportDescriptor.getScope()
static String ExportUtils.getSpaceKeyFromExportZip(File exportZip)
          Deprecated. this is unnecessary for space exports produced since Confluence 4.2, where you can just use ExportDescriptor.getSpaceKey().
static boolean ExportUtils.isSpaceImport(File importFile)
          Deprecated. since 4.2 use ExportDescriptor.isSpaceImport().
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.