| 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 |
| Constructor and Description |
|---|
SiteImportResource(IndexManager indexManager,
ImportExportManager importExportManager) |
| Constructor and Description |
|---|
SiteBackupService(ImportExportManager importExportManager) |
SpaceBackupService(ImportExportManager importExportManager,
SpaceDao spaceDao) |
| Constructor and Description |
|---|
SiteRestoreService(ImportExportManager importExportManager) |
SpaceRestoreService(ImportExportManager importExportManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultImportExportManager
Deprecated.
since 7.17.0. Use
BackupRestoreManager instead. |
| Modifier and Type | Method and Description |
|---|---|
protected ImportExportManager |
AbstractBackupRestoreAction.getImportExportManager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportSpaceAction.setImportExportManager(ImportExportManager importExportManager)
Deprecated.
|
void |
AbstractBackupRestoreAction.setImportExportManager(ImportExportManager importExportManager)
Deprecated.
|
| Constructor and 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.
|
| Constructor and Description |
|---|
BackupJob(ImportExportManager importExportManager,
SettingsManager settingsManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpacesSoapService.setImportExportManager(ImportExportManager importExportManager)
Deprecated.
since 7.17.0 because of
ImportExportManager deprecation. |
void |
AdminSoapService.setImportExportManager(ImportExportManager importExportManager)
Deprecated.
since 7.17.0 because of
ImportExportManager deprecation. |
| Modifier and Type | Method and Description |
|---|---|
ImportExportManager |
SetupDemoContentAction.getImportExportManager()
Deprecated.
since 7.17.0 because of
ImportExportManager deprecation. |
| Modifier and Type | Method and Description |
|---|---|
void |
SetupDemoContentAction.setImportExportManager(ImportExportManager importExportManager)
Deprecated.
since 7.17.0 because of
ImportExportManager deprecation. |
Copyright © 2003–2022 Atlassian. All rights reserved.