Uses of Enum Class
com.atlassian.confluence.importexport.impl.ExportScope
Packages that use ExportScope
Package
Description
-
Uses of ExportScope in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup with parameters of type ExportScopeModifier 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
Methods in com.atlassian.confluence.impl.importexport that return ExportScope -
Uses of ExportScope in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return ExportScopeModifier and TypeMethodDescriptionDefaultExportContext.getExportScope()
Deprecated.ExportContext.getExportScope()
Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type ExportScopeModifier and TypeMethodDescriptionvoid
DefaultExportContext.setExportScope
(ExportScope scope) Deprecated. -
Uses of ExportScope in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return ExportScopeModifier 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.Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportScope