Uses of Interface
com.atlassian.confluence.importexport.ExportContext
-
-
Uses of ExportContext in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type ExportContext Modifier and Type Method Description voidSpaceBackupExporter. setContext(ExportContext context) -
Uses of ExportContext in com.atlassian.confluence.importexport
Classes in com.atlassian.confluence.importexport that implement ExportContext Modifier and Type Class Description classDefaultExportContextDeprecated.since 7.17.0.Fields in com.atlassian.confluence.importexport declared as ExportContext Modifier and Type Field Description protected ExportContextExporter. contextDeprecated.Methods in com.atlassian.confluence.importexport that return ExportContext Modifier and Type Method Description ExportContextExporter. getContext()Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type ExportContext Modifier and Type Method Description protected StringDefaultImportExportManager. doExport(ExportContext context, com.atlassian.core.util.ProgressMeter progress)Deprecated.StringDefaultImportExportManager. exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)Deprecated.StringImportExportManager. exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)Deprecated.voidExporter. setContext(ExportContext context)Deprecated. -
Uses of ExportContext in com.atlassian.confluence.importexport.actions
Constructors in com.atlassian.confluence.importexport.actions with parameters of type ExportContext Constructor Description ExportSpaceLongRunningTask(ConfluenceUser 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)Deprecated. -
Uses of ExportContext in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportContext Modifier and Type Method Description voidXmlExporter. setContext(ExportContext context)Deprecated.Constructors in com.atlassian.confluence.importexport.impl with parameters of type ExportContext Constructor Description ExportLinkRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer, ExportContext exportContext, com.atlassian.renderer.IconManager iconManager, PageManager pageManager, ExportLinkFormatter exportLinkFormatter)Deprecated.
-