Uses of Interface
com.atlassian.confluence.importexport.ImportExportManager
-
Packages that use ImportExportManager Package Description com.atlassian.confluence.functest.rest.admin These REST resources are replacements for admin-level functest RPC calls and should only be run by a sys-admin in a websudo session.com.atlassian.confluence.impl.backuprestore.backup com.atlassian.confluence.impl.backuprestore.restore com.atlassian.confluence.importexport com.atlassian.confluence.importexport.actions com.atlassian.confluence.importexport.impl com.atlassian.confluence.rpc.soap.services com.atlassian.confluence.setup.actions -
-
Uses of ImportExportManager in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type ImportExportManager Constructor Description SiteImportResource(IndexManager indexManager, ImportExportManager importExportManager)
-
Uses of ImportExportManager in com.atlassian.confluence.impl.backuprestore.backup
Constructors in com.atlassian.confluence.impl.backuprestore.backup with parameters of type ImportExportManager Constructor Description SiteBackupService(ImportExportManager importExportManager, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, BackupContainerWriterFactory backupContainerWriterFactory, BackupRestoreProviderManager backupRestoreProviderManager, com.atlassian.event.api.EventPublisher eventPublisher)
SpaceBackupService(@NotNull ImportExportManager importExportManager, @NotNull SpaceDao spaceDao, @NotNull org.hibernate.SessionFactory sessionFactory, @NotNull com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, @NotNull org.springframework.transaction.PlatformTransactionManager platformTransactionManager, @NotNull BackupContainerWriterFactory backupContainerWriterFactory, @NotNull SpaceExportersFactory spaceExportersFactory, @NotNull com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of ImportExportManager in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type ImportExportManager Constructor Description SiteRestoreService(ImportExportManager importExportManager)
-
Uses of ImportExportManager in com.atlassian.confluence.importexport
Classes in com.atlassian.confluence.importexport that implement ImportExportManager Modifier and Type Class Description class
DefaultImportExportManager
Deprecated.since 7.17.0. -
Uses of ImportExportManager in com.atlassian.confluence.importexport.actions
Methods in com.atlassian.confluence.importexport.actions that return ImportExportManager Modifier and Type Method Description protected ImportExportManager
AbstractBackupRestoreAction. getImportExportManager()
Deprecated.Methods in com.atlassian.confluence.importexport.actions with parameters of type ImportExportManager Modifier and Type Method Description void
AbstractBackupRestoreAction. setImportExportManager(ImportExportManager importExportManager)
Deprecated.void
ExportSpaceAction. setImportExportManager(ImportExportManager importExportManager)
Deprecated.Constructors in com.atlassian.confluence.importexport.actions with parameters of type ImportExportManager Constructor Description ExportSpaceLongRunningTask(ConfluenceUser remoteUser, String contextPath, ExportContext exportContext, Set<Long> contentToBeExported, Set<Long> contentToBeExcluded, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, SpaceManager spaceManager, String spaceKey, String type, String contentOption)
Deprecated.ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, IndexManager indexManager, ImportExportManager importExportManager, ImportContext context)
Deprecated.ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, IndexManager indexManager, ImportExportManager importExportManager, ImportContext context, Supplier<Boolean> shouldPublishReindexEvent)
Deprecated. -
Uses of ImportExportManager in com.atlassian.confluence.importexport.impl
Constructors in com.atlassian.confluence.importexport.impl with parameters of type ImportExportManager Constructor Description BackupJob(ImportExportManager importExportManager, SettingsManager settingsManager)
Deprecated. -
Uses of ImportExportManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type ImportExportManager Modifier and Type Method Description void
AdminSoapService. setImportExportManager(ImportExportManager importExportManager)
Deprecated.since 7.17.0 because ofImportExportManager
deprecation.void
SpacesSoapService. setImportExportManager(ImportExportManager importExportManager)
Deprecated.since 7.17.0 because ofImportExportManager
deprecation. -
Uses of ImportExportManager in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions that return ImportExportManager Modifier and Type Method Description ImportExportManager
SetupDemoContentAction. getImportExportManager()
Deprecated.since 7.17.0 because ofImportExportManager
deprecation.Methods in com.atlassian.confluence.setup.actions with parameters of type ImportExportManager Modifier and Type Method Description void
SetupDemoContentAction. setImportExportManager(ImportExportManager importExportManager)
Deprecated.since 7.17.0 because ofImportExportManager
deprecation.
-