Uses of Class
com.atlassian.confluence.importexport.impl.ExportDescriptor
- 
Packages that use ExportDescriptor Package Description com.atlassian.confluence.impl.backuprestore.backup com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport com.atlassian.confluence.importexport.actions com.atlassian.confluence.importexport.impl com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. - 
- 
Uses of ExportDescriptor in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup that return ExportDescriptor Modifier and Type Method Description ExportDescriptorBackupDescriptorWriter. writeBackupDescriptor(BackupContainerWriter backupContainerWriter, ExportScope exportScope, boolean backupAttachments, Collection<String> spaceKeys, Long objectsCount)BackupDescriptorWriter was created as an equivalent of the existing legacy code from com.atlassian.confluence.importexport.impl.AbstractXmlExporter (will disapper in Confluence 8.0). - 
Uses of ExportDescriptor in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type ExportDescriptor Modifier and Type Method Description protected voidAbstractXmlExporter. setCustomProperties(ExportDescriptor exportDescriptor)Override this in subclasses to add extra properties to the export descriptor.protected voidSpaceBackupExporter. setCustomProperties(ExportDescriptor exportDescriptor)Adds the space key to the customer descriptor properties. - 
Uses of ExportDescriptor in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return ExportDescriptor Modifier and Type Method Description ExportDescriptorDefaultImportContext. getExportDescriptor()Deprecated.ExportDescriptorImportContext. getExportDescriptor()Deprecated.Constructors in com.atlassian.confluence.importexport with parameters of type ExportDescriptor Constructor Description DefaultImportContext(String workingFile, ExportDescriptor exportDescriptor, ConfluenceUser importer)Deprecated. - 
Uses of ExportDescriptor in com.atlassian.confluence.importexport.actions
Methods in com.atlassian.confluence.importexport.actions with parameters of type ExportDescriptor Modifier and Type Method Description protected DefaultImportContextAbstractFileRestoreAction. createImportContext(ExportDescriptor exportDescriptor)Deprecated.Builds the import context from the restore file xmlprotected abstract DefaultImportContextAbstractImportAction. createImportContext(ExportDescriptor exportDescriptor)Deprecated.protected DefaultImportContextRestorePageAction. createImportContext(ExportDescriptor exportDescriptor)Deprecated.protected booleanAbstractFileRestoreAction. isImportAllowed(ExportDescriptor exportDescriptor)Deprecated.protected booleanAbstractImportAction. isImportAllowed(ExportDescriptor exportDescriptor)Deprecated.Override if you want to prohibit certain types of export zips from being importedprotected booleanRestorePageAction. isImportAllowed(ExportDescriptor exportDescriptor)Deprecated. - 
Uses of ExportDescriptor in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return ExportDescriptor Modifier and Type Method Description static ExportDescriptorExportDescriptor. getExportDescriptor(Unzipper unzipper)static ExportDescriptorExportDescriptor. getExportDescriptor(File exportZip)Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportDescriptor Modifier and Type Method Description protected voidXmlExporter. setCustomProperties(ExportDescriptor exportDescriptor)Deprecated.Adds the space key to the customer descriptor properties. - 
Uses of ExportDescriptor in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport that return ExportDescriptor Modifier and Type Method Description ExportDescriptorImportProcessorContext. getExportDescriptor()Deprecated. 
 -