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