| Package | Description |
|---|---|
| com.atlassian.confluence.pages |
| Modifier and Type | Method and Description |
|---|---|
ContentNode |
ContentNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<ContentNode> |
ContentTree.getAllContentNodes() |
List<ContentNode> |
ContentNode.getChildren() |
List<ContentNode> |
ContentTree.getRootNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentNode.addChild(ContentNode contentNode) |
void |
ContentTree.addRootNode(ContentNode contentNode) |
boolean |
ContentTree.isRootNode(ContentNode node) |
void |
ContentNode.removeChild(ContentNode node) |
void |
ContentTree.removeNode(ContentNode contentNode) |
void |
ContentNode.setParent(ContentNode parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentNode.addChildren(List<ContentNode> children) |
void |
ContentNode.setChildren(List<ContentNode> children) |
| Constructor and Description |
|---|
ContentTree(ContentNode rootNode)
Create a ContentTree with only a single root nodel
|
| Constructor and Description |
|---|
ContentTree(List<ContentNode> rootContentNodes) |
Copyright © 2003–2017 Atlassian. All rights reserved.