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

Packages that use ImportContext
com.atlassian.confluence.event.events.admin   
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.actions   
 

Uses of ImportContext in com.atlassian.confluence.event.events.admin
 

Methods in com.atlassian.confluence.event.events.admin that return ImportContext
 ImportContext ImportFinishedEvent.getImportContext()
           
 

Constructors in com.atlassian.confluence.event.events.admin with parameters of type ImportContext
ImportFinishedEvent(Object src, ImportContext importContext)
           
 

Uses of ImportContext in com.atlassian.confluence.importexport
 

Classes in com.atlassian.confluence.importexport that implement ImportContext
 class DefaultImportContext
           
 

Fields in com.atlassian.confluence.importexport declared as ImportContext
protected  ImportContext Importer.context
           
 

Methods in com.atlassian.confluence.importexport with parameters of type ImportContext
 void DefaultImportExportManager.importAs(Object type, ImportContext context)
           
 void ImportExportManager.importAs(Object type, ImportContext context)
           
 void Importer.setContext(ImportContext context)
           
 

Uses of ImportContext in com.atlassian.confluence.importexport.actions
 

Constructors in com.atlassian.confluence.importexport.actions with parameters of type ImportContext
ImportLongRunningTask(EventPublisher eventPublisher, ConfluenceIndexManager indexManager, ImportExportManager importExportManager, Object type, ImportContext context, com.atlassian.user.User user)
           
 



Confluence is developed by Atlassian.