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
 

Fields in com.atlassian.confluence.importexport.actions declared as ImportExportManager
protected  ImportExportManager AbstractBackupRestoreAction.importExportManager
           
 

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 contentToBeExported, 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, Object type, ImportContext context, com.atlassian.user.User user)
           
 

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 AdminSoapService.setImportExportManager(ImportExportManager importExportManager)
           
 void SpacesSoapService.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-2011 Atlassian. All Rights Reserved.