Uses of Interface
com.atlassian.confluence.importexport.ExportContext
Packages that use ExportContext
Package
Description
- 
Uses of ExportContext in com.atlassian.confluence.impl.importexportMethods in com.atlassian.confluence.impl.importexport with parameters of type ExportContextModifier and TypeMethodDescriptionprotected StringDefaultImportExportManager.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.importexportClasses 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.voidExporter.setContext(ExportContext context) Deprecated.
- 
Uses of ExportContext in com.atlassian.confluence.importexport.actionsConstructors 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.implMethods in com.atlassian.confluence.importexport.impl with parameters of type ExportContext