Uses of Enum Class
com.atlassian.confluence.importexport.impl.ExportScope
Package
Description
-
Uses of ExportScope 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 ExportScope in com.atlassian.confluence.impl.importexport
-
Uses of ExportScope in com.atlassian.confluence.importexport
Modifier and TypeMethodDescriptionDefaultExportContext.getExportScope()
Deprecated.ExportContext.getExportScope()
Deprecated.Modifier and TypeMethodDescriptionvoid
DefaultExportContext.setExportScope
(ExportScope scope) Deprecated. -
Uses of ExportScope in com.atlassian.confluence.importexport.impl
Modifier and TypeMethodDescriptionExportDescriptor.getScope()
static ExportScope
ExportScope.getScopeFromPropertyValue
(String string) Return an ExportScope for the given string.static ExportScope
Returns the enum constant of this class with the specified name.static ExportScope[]
ExportScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.