Uses of Interface
com.atlassian.confluence.importexport.ImportExportManager

Packages that use ImportExportManager
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.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 ExportPageAction.setImportExportManager(ImportExportManager importExportManager)
           
 void AbstractBackupRestoreAction.setImportExportManager(ImportExportManager importExportManager)
           
 

Constructors in com.atlassian.confluence.importexport.actions with parameters of type ImportExportManager
ExportSpaceLongRunningTask(com.atlassian.user.User remoteUser, String contextPath, ExportContext exportContext, List<String> contentToBeExported, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, SpaceManager spaceManager, String spaceKey, String type, String contentOption)
          Deprecated. since 4.2 use the other constructor.
ExportSpaceLongRunningTask(com.atlassian.user.User 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)
           
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, 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)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.