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 void
SpaceBackupExporter. 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 class
DefaultExportContext
Deprecated.since 7.17.0.Fields in com.atlassian.confluence.importexport declared as ExportContext Modifier and Type Field Description protected ExportContext
Exporter. context
Deprecated.Methods in com.atlassian.confluence.importexport that return ExportContext Modifier and Type Method Description ExportContext
Exporter. getContext()
Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type ExportContext Modifier and Type Method Description protected String
DefaultImportExportManager. doExport(ExportContext context, com.atlassian.core.util.ProgressMeter progress)
Deprecated.String
DefaultImportExportManager. exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)
Deprecated.String
ImportExportManager. exportAs(ExportContext context, com.atlassian.core.util.ProgressMeter progress)
Deprecated.void
Exporter. 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 void
XmlExporter. 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.
-