Uses of Class
com.atlassian.confluence.importexport.impl.ExportScope
-
-
Uses of ExportScope in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup with parameters of type ExportScope Modifier and Type Method Description ExportDescriptor
BackupDescriptorWriter. 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 Modifier and Type Method Description protected ExportScope
AbstractXmlExporter. getExportScope()
-
Uses of ExportScope in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return ExportScope Modifier and Type Method Description ExportScope
DefaultExportContext. getExportScope()
Deprecated.ExportScope
ExportContext. getExportScope()
Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type ExportScope Modifier and Type Method Description void
DefaultExportContext. setExportScope(ExportScope scope)
Deprecated. -
Uses of ExportScope in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return ExportScope Modifier and Type Method Description ExportScope
ExportDescriptor. getScope()
static ExportScope
ExportScope. getScopeFromPropertyValue(String string)
Return an ExportScope for the given string.static ExportScope
ExportScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportScope[]
ExportScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportScope Modifier and Type Method Description void
ExportDescriptor. setScope(ExportScope scope)
-