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

Packages that use ExportContext
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.importexport.impl   
 

Uses of ExportContext in com.atlassian.confluence.importexport
 

Classes in com.atlassian.confluence.importexport that implement ExportContext
 class DefaultExportContext
           
 

Fields in com.atlassian.confluence.importexport declared as ExportContext
protected  ExportContext Exporter.context
           
 

Methods in com.atlassian.confluence.importexport that return ExportContext
 ExportContext Exporter.getContext()
           
 

Methods in com.atlassian.confluence.importexport with parameters of type ExportContext
 String ImportExportManager.exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)
           
 String DefaultImportExportManager.exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)
           
 void Exporter.setContext(ExportContext context)
           
 

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

Constructors in com.atlassian.confluence.importexport.actions with parameters of type ExportContext
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)
           
 

Uses of ExportContext in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportContext
 void XmlExporter.setContext(ExportContext context)
           
 void WikiExporter.setExportContext(ExportContext exportContext)
          Deprecated.  
 

Constructors in com.atlassian.confluence.importexport.impl with parameters of type ExportContext
ExportLinkRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer, ExportContext exportContext, com.atlassian.renderer.IconManager iconManager, PageManager pageManager, ExportLinkFormatter exportLinkFormatter)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.