Modifier and Type | Method and Description |
---|---|
ContentTree |
DefaultConversionContext.getContentTree() |
ContentTree |
ConversionContext.getContentTree()
If multiple items are being converted in this 'context' then the complete tree of ContentNodes will be retrieved
via this method.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultConversionContext.setContentTree(ContentTree contentTree) |
Modifier and Type | Method and Description |
---|---|
ContentTree |
DefaultExportContext.getContentTree() |
ContentTree |
ImportExportManager.getContentTree(com.atlassian.user.User user,
Space space)
Returns a tree of content including pages for a space.
|
ContentTree |
DefaultImportExportManager.getContentTree(com.atlassian.user.User user,
Space space) |
ContentTree |
ImportExportManager.getPageBlogTree(com.atlassian.user.User user,
Space space)
Returns a tree of content including pages and blog posts for a space.
|
ContentTree |
DefaultImportExportManager.getPageBlogTree(com.atlassian.user.User user,
Space space) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExportContext.setContentTree(ContentTree contentTree) |
Modifier and Type | Method and Description |
---|---|
ContentTree |
ExportSpaceAction.getContentTree() |
Constructor and Description |
---|
ContentConverter(ContentTree contentTree,
Renderer xhtmlRenderer) |
Modifier and Type | Method and Description |
---|---|
ContentTree |
TreeBuilder.createPageBlogTree(Space space)
Creates a tree of content that includes the pages and the blog posts from the space.
|
ContentTree |
TreeBuilder.createPageTree(Space space)
Creates a tree of content that just includes the pages of the space.
|
Copyright © 2003–2016 Atlassian. All rights reserved.