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 TreeNode
AuthorizablesTree. rootNode
Fields in com.composum.sling.core.usermanagement.model with type parameters of type TreeNode Modifier and Type Field Description protected Map<String,TreeNode>
TreeNode. children
static Comparator<TreeNode>
TreeNode. NODE_COMPARATOR
Methods in com.composum.sling.core.usermanagement.model that return TreeNode Modifier and Type Method Description protected @NotNull TreeNode
TreeNode. createFolder(@NotNull String path)
@Nullable TreeNode
TreeNode. getNode(@NotNull String nodePath)
@NotNull TreeNode
AuthorizablesTree. 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 void
TreeNode. addNode(@NotNull TreeNode treeNode)
-