Uses of Class
com.atlassian.confluence.importexport.impl.ExportDescriptor
Package
Description
Imports Confluence data from an XML backup.
-
Uses of ExportDescriptor in com.atlassian.confluence.impl.backuprestore.backup
Modifier and TypeMethodDescriptionBackupDescriptorWriter.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.importexport
Modifier and TypeMethodDescriptionDefaultImportContext.getExportDescriptor()
Deprecated.ImportContext.getExportDescriptor()
Deprecated.ModifierConstructorDescriptionDefaultImportContext
(String workingFile, ExportDescriptor exportDescriptor, ConfluenceUser importer) Deprecated. -
Uses of ExportDescriptor in com.atlassian.confluence.importexport.impl
Modifier and TypeMethodDescriptionstatic ExportDescriptor
ExportDescriptor.getExportDescriptor
(Unzipper unzipper) static ExportDescriptor
ExportDescriptor.getExportDescriptor
(File exportZip) -
Uses of ExportDescriptor in com.atlassian.confluence.importexport.xmlimport