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 DefaultImportContextAbstractFileRestoreAction. createImportContext(ExportDescriptor exportDescriptor)Deprecated.Builds the import context from the restore file xmlprotected abstract DefaultImportContextAbstractImportAction. createImportContext(ExportDescriptor exportDescriptor)Deprecated.protected DefaultImportContextRestorePageAction. createImportContext(ExportDescriptor exportDescriptor)Deprecated.protected booleanAbstractFileRestoreAction. isImportAllowed(ExportDescriptor exportDescriptor)Deprecated.protected booleanAbstractImportAction. 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 ExportDescriptorExportDescriptor. getExportDescriptor(Unzipper unzipper)static ExportDescriptorExportDescriptor. getExportDescriptor(File exportZip)Constructors in com.atlassian.confluence.importexport.impl that throw UnexpectedImportZipFileContents Constructor Description ExportDescriptor(Properties properties)
-