Interface ExportContext
- All Known Implementing Classes:
DefaultExportContext
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.getType()
Deprecated.com.atlassian.user.User
getUser()
Deprecated.Deprecated.The top level entities to be exported.boolean
Deprecated.Entities to be excluded from the export.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
isPageInExport
(Page page, PageManager pageManager) Deprecated.void
setExportAttachments
(boolean exportAttachments) Deprecated.void
setExportHierarchy
(boolean exportChildren) Deprecated.
-
Method Details
-
isExportComments
boolean isExportComments()Deprecated. -
isExportAttachments
boolean isExportAttachments()Deprecated. -
setExportAttachments
void setExportAttachments(boolean exportAttachments) Deprecated. -
isExportHierarchy
boolean isExportHierarchy()Deprecated. -
setExportHierarchy
void setExportHierarchy(boolean exportChildren) Deprecated. -
isExceptionEntity
Deprecated.Entities to be excluded from the export. -
getWorkingEntities
List<ConfluenceEntityObject> getWorkingEntities()Deprecated.The top level entities to be exported. Their children and components will usually be exported too. -
getProcessedIds
Set getProcessedIds()Deprecated. -
getExportScope
ExportScope getExportScope()Deprecated.- Returns:
- the scope of an XML export: global, space or page.
-
getType
String getType()Deprecated.- Returns:
- the type of the export: HTML, PDF or XML. These constants are defined above.
-
getUser
com.atlassian.user.User getUser()Deprecated.- Returns:
- the user this export is being generated for.
-
getSpaceKeyOfSpaceExport
String getSpaceKeyOfSpaceExport()Deprecated.- Returns:
- if this is a space export, the key of the space being exported, otherwise null
-
isPageInExport
Deprecated.- Returns:
- true if the given page is part of the current export, otherwise false.
-
BackupRestoreManager
instead.