Package | Description |
---|---|
com.atlassian.confluence.importexport.actions | |
com.atlassian.confluence.importexport.impl |
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 |
RestorePageAction.isImportAllowed(ExportDescriptor exportDescriptor) |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
XmlExporter.setCustomProperties(ExportDescriptor exportDescriptor)
Adds the space key to the customer descriptor properties.
|
protected void |
AbstractXmlExporter.setCustomProperties(ExportDescriptor exportDescriptor)
Override this in subclasses to add extra properties to the export descriptor.
|
Copyright © 2003–2015 Atlassian. All rights reserved.