Uses of Interface
com.atlassian.confluence.importexport.ExportContext
Packages that use ExportContext
Package
Description
-
Uses of ExportContext in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type ExportContextModifier and TypeMethodDescriptionprotected String
DefaultImportExportManager.doExport
(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated.DefaultImportExportManager.exportAs
(ExportContext context, com.atlassian.core.util.ProgressMeter progress) Deprecated. -
Uses of ExportContext in com.atlassian.confluence.importexport
Classes in com.atlassian.confluence.importexport that implement ExportContextFields in com.atlassian.confluence.importexport declared as ExportContextMethods in com.atlassian.confluence.importexport that return ExportContextMethods in com.atlassian.confluence.importexport with parameters of type ExportContextModifier and TypeMethodDescriptionImportExportManager.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 ExportContextModifierConstructorDescriptionExportSpaceLongRunningTask
(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