Package | Description |
---|---|
com.atlassian.confluence.importexport.actions | |
com.atlassian.confluence.importexport.impl |
Modifier and Type | Method and Description |
---|---|
protected abstract DefaultImportContext |
AbstractImportAction.createImportContext(ExportDescriptor exportDescriptor) |
protected DefaultImportContext |
RestorePageAction.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) |
Modifier and Type | Method and Description |
---|---|
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 ExportDescriptor |
ExportDescriptor.getExportDescriptor(Unzipper unzipper) |
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–2017 Atlassian. All rights reserved.