|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ImportExportManager in com.atlassian.confluence.importexport |
---|
Classes in com.atlassian.confluence.importexport that implement ImportExportManager | |
---|---|
class |
DefaultImportExportManager
|
Uses of ImportExportManager in com.atlassian.confluence.importexport.actions |
---|
Methods in com.atlassian.confluence.importexport.actions that return ImportExportManager | |
---|---|
protected ImportExportManager |
AbstractBackupRestoreAction.getImportExportManager()
|
Methods in com.atlassian.confluence.importexport.actions with parameters of type ImportExportManager | |
---|---|
void |
ExportSpaceAction.setImportExportManager(ImportExportManager importExportManager)
|
void |
AbstractBackupRestoreAction.setImportExportManager(ImportExportManager importExportManager)
|
Constructors in com.atlassian.confluence.importexport.actions with parameters of type ImportExportManager | |
---|---|
ExportSpaceLongRunningTask(ConfluenceUser remoteUser,
java.lang.String contextPath,
ExportContext exportContext,
java.util.Set<java.lang.Long> contentToBeExported,
java.util.Set<java.lang.Long> contentToBeExcluded,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
java.lang.String spaceKey,
java.lang.String type,
java.lang.String contentOption)
|
|
ExportSpaceLongRunningTask(com.atlassian.user.User remoteUser,
java.lang.String contextPath,
ExportContext exportContext,
java.util.List<java.lang.String> contentToBeExported,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
java.lang.String spaceKey,
java.lang.String type,
java.lang.String contentOption)
Deprecated. since 4.2 use the other constructor. |
|
ExportSpaceLongRunningTask(com.atlassian.user.User remoteUser,
java.lang.String contextPath,
ExportContext exportContext,
java.util.Set<java.lang.Long> contentToBeExported,
java.util.Set<java.lang.Long> contentToBeExcluded,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
java.lang.String spaceKey,
java.lang.String type,
java.lang.String contentOption)
Deprecated. since 5.2 use the other constructor. |
|
ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher,
ConfluenceIndexManager indexManager,
ImportExportManager importExportManager,
ImportContext context,
com.atlassian.user.User user)
|
|
ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher,
ConfluenceIndexManager indexManager,
ImportExportManager importExportManager,
java.lang.Object type,
ImportContext context,
com.atlassian.user.User user)
Deprecated. since 4.2, type is no longer relevant |
Uses of ImportExportManager in com.atlassian.confluence.importexport.impl |
---|
Methods in com.atlassian.confluence.importexport.impl with parameters of type ImportExportManager | |
---|---|
void |
BackupJob.setImportExportManager(ImportExportManager importExportManager)
|
Uses of ImportExportManager in com.atlassian.confluence.rpc.soap.services |
---|
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type ImportExportManager | |
---|---|
void |
SpacesSoapService.setImportExportManager(ImportExportManager importExportManager)
|
void |
AdminSoapService.setImportExportManager(ImportExportManager importExportManager)
|
Uses of ImportExportManager in com.atlassian.confluence.setup.actions |
---|
Methods in com.atlassian.confluence.setup.actions that return ImportExportManager | |
---|---|
ImportExportManager |
SetupDemoContentAction.getImportExportManager()
|
Methods in com.atlassian.confluence.setup.actions with parameters of type ImportExportManager | |
---|---|
void |
SetupDemoContentAction.setImportExportManager(ImportExportManager importExportManager)
|
Uses of ImportExportManager in com.atlassian.studio.confluence.admin.actions.importexport |
---|
Methods in com.atlassian.studio.confluence.admin.actions.importexport with parameters of type ImportExportManager | |
---|---|
void |
ImportConfluenceSpaceAction.setImportExportManager(ImportExportManager importExportManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |