Uses of Class
com.atlassian.confluence.pages.ContentNode
Packages that use ContentNode
-
Uses of ContentNode in com.atlassian.confluence.pages
Methods 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 TypeMethodDescriptionvoid
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) Method parameters in com.atlassian.confluence.pages with type arguments of type ContentNodeModifier and TypeMethodDescriptionvoid
ContentNode.addChildren
(List<ContentNode> children) void
ContentNode.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