Uses of Enum Class
com.atlassian.confluence.importexport.ExportScope
Packages that use ExportScope
Package
Description
- 
Uses of ExportScope in com.atlassian.confluence.impl.backuprestore.backupMethods 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.importexportMethods in com.atlassian.confluence.impl.importexport that return ExportScope
- 
Uses of ExportScope in com.atlassian.confluence.importexportMethods in com.atlassian.confluence.importexport that return ExportScopeModifier and TypeMethodDescriptionDefaultExportContext.getExportScope()Deprecated.ExportContext.getExportScope()Deprecated.static ExportScopeExportScope.getScopeFromPropertyValue(String string) Return an ExportScope for the given string.static ExportScopeReturns 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 with parameters of type ExportScopeModifier and TypeMethodDescriptionvoidDefaultExportContext.setExportScope(ExportScope scope) Deprecated.
- 
Uses of ExportScope in com.atlassian.confluence.importexport.implMethods in com.atlassian.confluence.importexport.impl that return ExportScopeMethods in com.atlassian.confluence.importexport.impl with parameters of type ExportScope