Package | Description |
---|---|
org.nuxeo.ecm.platform.shibboleth.web |
Shibboleth group tree
|
org.nuxeo.ecm.platform.shibboleth.web.tree |
Modifier and Type | Method and Description |
---|---|
List<UserTreeNode> |
UserSuggestionWithGroupTreeActionsBean.getTreeRoot() |
Modifier and Type | Field and Description |
---|---|
protected List<UserTreeNode> |
UserTreeNode.childrens |
Modifier and Type | Method and Description |
---|---|
protected static UserTreeNode |
UserTreeNodeHelper.searchNode(List<UserTreeNode> from,
String name)
Search a Node where param name is equals to the nodeId
|
Modifier and Type | Method and Description |
---|---|
static List<UserTreeNode> |
UserTreeNodeHelper.buildBranch(String branch,
List<DocumentModel> docs) |
static List<UserTreeNode> |
UserTreeNode.constructNodes(Collection<DocumentModel> docs)
Factory method to build a collection of UserTReeNode.
|
List<UserTreeNode> |
UserTreeNode.getChildrens() |
static List<UserTreeNode> |
UserTreeNodeHelper.getHierarcicalNodes(List<DocumentModel> docs)
Build UserTreeNode Tree by parsing the name of all docs passed by argument.
|
Modifier and Type | Method and Description |
---|---|
void |
UserTreeNode.addChildren(UserTreeNode child) |
Modifier and Type | Method and Description |
---|---|
protected static void |
UserTreeNodeHelper.appendNodes(List<UserTreeNode> root,
String destinationPath,
List<DocumentModel> nodesToCreate)
Append and create UserTreeNode from nodesToCreate list to the rootList.
|
protected static UserTreeNode |
UserTreeNodeHelper.searchNode(List<UserTreeNode> from,
String name)
Search a Node where param name is equals to the nodeId
|
Copyright © 2017 Nuxeo. All rights reserved.