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.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.importexport
Classes in com.atlassian.confluence.importexport that implement ImportExportManager Modifier and Type Class Description classDefaultImportExportManagerDeprecated.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 ImportExportManagerAbstractBackupRestoreAction. getImportExportManager()Deprecated.Methods in com.atlassian.confluence.importexport.actions with parameters of type ImportExportManager Modifier and Type Method Description voidAbstractBackupRestoreAction. setImportExportManager(ImportExportManager importExportManager)Deprecated.voidExportSpaceAction. 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 voidAdminSoapService. setImportExportManager(ImportExportManager importExportManager)Deprecated.since 7.17.0 because ofImportExportManagerdeprecation.voidSpacesSoapService. setImportExportManager(ImportExportManager importExportManager)Deprecated.since 7.17.0 because ofImportExportManagerdeprecation. -
Uses of ImportExportManager in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions that return ImportExportManager Modifier and Type Method Description ImportExportManagerSetupDemoContentAction. getImportExportManager()Deprecated.since 7.17.0 because ofImportExportManagerdeprecation.Methods in com.atlassian.confluence.setup.actions with parameters of type ImportExportManager Modifier and Type Method Description voidSetupDemoContentAction. setImportExportManager(ImportExportManager importExportManager)Deprecated.since 7.17.0 because ofImportExportManagerdeprecation.
-