| Package | Description |
|---|---|
| com.atlassian.confluence.importexport.actions | |
| com.atlassian.confluence.importexport.impl | |
| com.atlassian.confluence.it.export |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static ExportDescriptor |
ExportDescriptor.getExportDescriptor(File exportZip) |
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(). |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
Exporter.downloadAndReadExportDescriptor(URL url,
User user) |
Copyright © 2003–2016 Atlassian. All rights reserved.