|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ExportDescriptor | |
---|---|
com.atlassian.confluence.importexport.actions | |
com.atlassian.confluence.importexport.impl |
Uses of ExportDescriptor in com.atlassian.confluence.importexport.actions |
---|
Methods in com.atlassian.confluence.importexport.actions with parameters of type ExportDescriptor | |
---|---|
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)
|
Uses of ExportDescriptor in com.atlassian.confluence.importexport.impl |
---|
Methods in com.atlassian.confluence.importexport.impl that return ExportDescriptor | |
---|---|
static ExportDescriptor |
ExportDescriptor.getExportDescriptor(File exportZip)
|
Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportDescriptor | |
---|---|
protected void |
XmlExporter.setCustomProperties(ExportDescriptor exportDescriptor)
|
protected void |
AbstractXmlExporter.setCustomProperties(ExportDescriptor exportDescriptor)
Override this in subclasses to add extra properties to the export descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |