Uses of Class
com.atlassian.confluence.importexport.impl.ExportDescriptor

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 AbstractFileRestoreAction.createImportContext(ExportDescriptor exportDescriptor)
          Builds the import context from the restore file xml
protected abstract  DefaultImportContext AbstractImportAction.createImportContext(ExportDescriptor exportDescriptor)
           
protected  DefaultImportContext RestorePageAction.createImportContext(ExportDescriptor exportDescriptor)
           
protected  boolean AbstractFileRestoreAction.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 RestorePageAction.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 AbstractXmlExporter.setCustomProperties(ExportDescriptor exportDescriptor)
          Override this in subclasses to add extra properties to the export descriptor.
protected  void XmlExporter.setCustomProperties(ExportDescriptor exportDescriptor)
           
 



Confluence is developed by Atlassian.