Uses of Class
com.composum.sling.core.usermanagement.model.TreeNode
-
Packages that use TreeNode Package Description com.composum.sling.core.usermanagement.model -
-
Uses of TreeNode in com.composum.sling.core.usermanagement.model
Fields in com.composum.sling.core.usermanagement.model declared as TreeNode Modifier and Type Field Description protected TreeNodeAuthorizablesTree. rootNodeFields in com.composum.sling.core.usermanagement.model with type parameters of type TreeNode Modifier and Type Field Description protected Map<String,TreeNode>TreeNode. childrenstatic Comparator<TreeNode>TreeNode. NODE_COMPARATORMethods in com.composum.sling.core.usermanagement.model that return TreeNode Modifier and Type Method Description protected @NotNull TreeNodeTreeNode. createFolder(@NotNull String path)@Nullable TreeNodeTreeNode. getNode(@NotNull String nodePath)@NotNull TreeNodeAuthorizablesTree. getRootNode()Methods in com.composum.sling.core.usermanagement.model that return types with arguments of type TreeNode Modifier and Type Method Description Collection<TreeNode>TreeNode. getNodes()Methods in com.composum.sling.core.usermanagement.model with parameters of type TreeNode Modifier and Type Method Description voidTreeNode. addNode(@NotNull TreeNode treeNode)
-