Uses of Class
com.atlassian.confluence.pages.ContentNode
Packages that use ContentNode
- 
Uses of ContentNode in com.atlassian.confluence.pagesMethods in com.atlassian.confluence.pages that return ContentNodeMethods in com.atlassian.confluence.pages that return types with arguments of type ContentNodeModifier and TypeMethodDescriptionContentTree.getAllContentNodes()ContentNode.getChildren()ContentTree.getRootNodes()Methods in com.atlassian.confluence.pages with parameters of type ContentNodeModifier and TypeMethodDescriptionvoidContentNode.addChild(ContentNode contentNode) voidContentTree.addRootNode(ContentNode contentNode) booleanContentTree.isRootNode(ContentNode node) voidContentNode.removeChild(ContentNode node) voidContentTree.removeNode(ContentNode contentNode) voidContentNode.setParent(ContentNode parent) Method parameters in com.atlassian.confluence.pages with type arguments of type ContentNodeModifier and TypeMethodDescriptionvoidContentNode.addChildren(List<ContentNode> children) voidContentNode.setChildren(List<ContentNode> children) Constructors in com.atlassian.confluence.pages with parameters of type ContentNodeModifierConstructorDescriptionContentTree(ContentNode rootNode) Create a ContentTree with only a single root nodelConstructor parameters in com.atlassian.confluence.pages with type arguments of type ContentNode