Uses of Class
com.atlassian.confluence.importexport.impl.ExportDescriptor
Packages that use ExportDescriptor
Package
Description
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 ExportDescriptorModifier 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
Methods in com.atlassian.confluence.importexport that return ExportDescriptorModifier and TypeMethodDescriptionDefaultImportContext.getExportDescriptor()Deprecated.ImportContext.getExportDescriptor()Deprecated.Constructors in com.atlassian.confluence.importexport with parameters of type ExportDescriptorModifierConstructorDescriptionDefaultImportContext(String workingFile, ExportDescriptor exportDescriptor, ConfluenceUser importer) Deprecated. -
Uses of ExportDescriptor in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return ExportDescriptorModifier and TypeMethodDescriptionstatic ExportDescriptorExportDescriptor.getExportDescriptor(Unzipper unzipper) static ExportDescriptorExportDescriptor.getExportDescriptor(File exportZip) -
Uses of ExportDescriptor in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport that return ExportDescriptor