|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.lang.String |
ImportExportManager.exportAs(ExportContext context,
com.atlassian.core.util.ProgressMeter progress)
|
java.lang.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(ConfluenceUser remoteUser,
java.lang.String contextPath,
ExportContext exportContext,
java.util.Set<java.lang.Long> contentToBeExported,
java.util.Set<java.lang.Long> contentToBeExcluded,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
java.lang.String spaceKey,
java.lang.String type,
java.lang.String contentOption)
|
|
ExportSpaceLongRunningTask(com.atlassian.user.User remoteUser,
java.lang.String contextPath,
ExportContext exportContext,
java.util.List<java.lang.String> contentToBeExported,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
java.lang.String spaceKey,
java.lang.String type,
java.lang.String contentOption)
Deprecated. since 4.2 use the other constructor. |
|
ExportSpaceLongRunningTask(com.atlassian.user.User remoteUser,
java.lang.String contextPath,
ExportContext exportContext,
java.util.Set<java.lang.Long> contentToBeExported,
java.util.Set<java.lang.Long> contentToBeExcluded,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
java.lang.String spaceKey,
java.lang.String type,
java.lang.String contentOption)
Deprecated. since 5.2 use the other constructor. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |