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(java.lang.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 ImportExportManager.importAs(java.lang.Object type, ImportContext context)
           
 void DefaultImportExportManager.importAs(java.lang.Object type, ImportContext context)
           
 void Importer.setContext(ImportContext context)
           
 

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

Methods in com.atlassian.confluence.importexport.actions with parameters of type ImportContext
 void ImportLongRunningTask.setContext(ImportContext importContext)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.