Uses of Class
com.atlassian.confluence.importexport.impl.UnexpectedImportZipFileContents
-
Packages that use UnexpectedImportZipFileContents Package Description 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 Modifier and Type Method Description protected DefaultImportContext
AbstractFileRestoreAction. createImportContext(ExportDescriptor exportDescriptor)
Deprecated.Builds the import context from the restore file xmlprotected abstract DefaultImportContext
AbstractImportAction. createImportContext(ExportDescriptor exportDescriptor)
Deprecated.protected DefaultImportContext
RestorePageAction. createImportContext(ExportDescriptor exportDescriptor)
Deprecated.protected boolean
AbstractFileRestoreAction. isImportAllowed(ExportDescriptor exportDescriptor)
Deprecated.protected boolean
AbstractImportAction. isImportAllowed(ExportDescriptor exportDescriptor)
Deprecated.Override if you want to prohibit certain types of export zips from being imported -
Uses of UnexpectedImportZipFileContents in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that throw UnexpectedImportZipFileContents Modifier and Type Method Description static ExportDescriptor
ExportDescriptor. getExportDescriptor(Unzipper unzipper)
static ExportDescriptor
ExportDescriptor. getExportDescriptor(File exportZip)
Constructors in com.atlassian.confluence.importexport.impl that throw UnexpectedImportZipFileContents Constructor Description ExportDescriptor(Properties properties)
-