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 ExportDescriptorBackupDescriptorWriter. 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 ExportScopeAbstractXmlExporter. getExportScope() -
Uses of ExportScope in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return ExportScope Modifier and Type Method Description ExportScopeDefaultExportContext. getExportScope()Deprecated.ExportScopeExportContext. getExportScope()Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type ExportScope Modifier and Type Method Description voidDefaultExportContext. 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 ExportScopeExportDescriptor. getScope()static ExportScopeExportScope. getScopeFromPropertyValue(String string)Return an ExportScope for the given string.static ExportScopeExportScope. 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 voidExportDescriptor. setScope(ExportScope scope)
-