public interface ExportContext
Modifier and Type | Method and Description |
---|---|
String |
getExportDirectoryPath()
Deprecated.
since 3.2 - unused
|
ExportScope |
getExportScope() |
Set |
getProcessedIds() |
String |
getScope()
Deprecated.
since 4.2 use
getExportScope() |
String |
getSpaceKeyOfSpaceExport() |
String |
getType() |
com.atlassian.user.User |
getUser() |
List<ConfluenceEntityObject> |
getWorkingEntities()
The top level entities to be exported.
|
boolean |
isExceptionEntity(ConfluenceEntityObject entity)
Entities to be excluded from the export.
|
boolean |
isExportAttachments() |
boolean |
isExportComments() |
boolean |
isExportHierarchy() |
boolean |
isPageInExport(Page page,
PageManager pageManager) |
void |
setExportAttachments(boolean exportAttachments) |
void |
setExportHierarchy(boolean exportChildren) |
boolean isExportComments()
boolean isExportAttachments()
void setExportAttachments(boolean exportAttachments)
boolean isExportHierarchy()
void setExportHierarchy(boolean exportChildren)
boolean isExceptionEntity(ConfluenceEntityObject entity)
List<ConfluenceEntityObject> getWorkingEntities()
Set getProcessedIds()
@Deprecated String getExportDirectoryPath()
ExportScope getExportScope()
@Deprecated String getScope()
getExportScope()
ImportExportManager
.String getType()
com.atlassian.user.User getUser()
String getSpaceKeyOfSpaceExport()
boolean isPageInExport(Page page, PageManager pageManager)
Copyright © 2003–2016 Atlassian. All rights reserved.