|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExportDescriptor | |
---|---|
com.atlassian.confluence.importexport.actions | |
com.atlassian.confluence.importexport.impl | |
com.atlassian.studio.confluence.admin.actions.importexport |
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(java.io.File exportZip)
|
Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportDescriptor | |
---|---|
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. |
Uses of ExportDescriptor in com.atlassian.studio.confluence.admin.actions.importexport |
---|
Methods in com.atlassian.studio.confluence.admin.actions.importexport with parameters of type ExportDescriptor | |
---|---|
protected java.util.List<ImportedObjectPreProcessor> |
ImportConfluenceSpaceAction.buildStudioPreProcessorList(java.lang.String oldSpaceKey,
java.lang.String newSpaceKey,
ExportDescriptor exportDescriptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |