Uses of Class
com.atlassian.confluence.pages.ContentNode
-
Packages that use ContentNode Package Description com.atlassian.confluence.pages -
-
Uses of ContentNode in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return ContentNode Modifier and Type Method Description ContentNodeContentNode. getParent()Methods in com.atlassian.confluence.pages that return types with arguments of type ContentNode Modifier and Type Method Description List<ContentNode>ContentTree. getAllContentNodes()List<ContentNode>ContentNode. getChildren()List<ContentNode>ContentTree. getRootNodes()Methods in com.atlassian.confluence.pages with parameters of type ContentNode Modifier and Type Method Description voidContentNode. 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 ContentNode Modifier and Type Method Description voidContentNode. addChildren(List<ContentNode> children)voidContentNode. setChildren(List<ContentNode> children)Constructors in com.atlassian.confluence.pages with parameters of type ContentNode Constructor Description ContentTree(ContentNode rootNode)Create a ContentTree with only a single root nodelConstructor parameters in com.atlassian.confluence.pages with type arguments of type ContentNode Constructor Description ContentTree(List<ContentNode> rootContentNodes)
-