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 ExportDescriptor
BackupDescriptorWriter. 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 void
AbstractXmlExporter. setCustomProperties(ExportDescriptor exportDescriptor)
Override this in subclasses to add extra properties to the export descriptor.protected void
SpaceBackupExporter. 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 ExportDescriptor
DefaultImportContext. getExportDescriptor()
Deprecated.ExportDescriptor
ImportContext. 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 DefaultImportContext
AbstractFileRestoreAction. createImportContext(ExportDescriptor exportDescriptor)
Deprecated.Builds the import context from the restore file xmlprotected abstract DefaultImportContext
AbstractImportAction. createImportContext(ExportDescriptor exportDescriptor)
Deprecated.protected DefaultImportContext
RestorePageAction. createImportContext(ExportDescriptor exportDescriptor)
Deprecated.protected boolean
AbstractFileRestoreAction. isImportAllowed(ExportDescriptor exportDescriptor)
Deprecated.protected boolean
AbstractImportAction. isImportAllowed(ExportDescriptor exportDescriptor)
Deprecated.Override if you want to prohibit certain types of export zips from being importedprotected boolean
RestorePageAction. 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 ExportDescriptor
ExportDescriptor. getExportDescriptor(Unzipper unzipper)
static ExportDescriptor
ExportDescriptor. getExportDescriptor(File exportZip)
Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportDescriptor Modifier and Type Method Description protected void
XmlExporter. 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 ExportDescriptor
ImportProcessorContext. getExportDescriptor()
Deprecated.
-