|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DnNode | |
|---|---|
| org.apache.directory.api.ldap.util.tree | |
| Uses of DnNode in org.apache.directory.api.ldap.util.tree |
|---|
| Methods in org.apache.directory.api.ldap.util.tree that return DnNode | |
|---|---|
DnNode<N> |
DnNode.clone()
|
DnNode<N> |
DnNode.getChild(org.apache.directory.api.ldap.model.name.Rdn rdn)
Get's a child using an rdn string. |
DnNode<N> |
DnNode.getNode(org.apache.directory.api.ldap.model.name.Dn dn)
Get the Node for a given Dn, if present in the tree. For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned. |
DnNode<N> |
DnNode.getParent()
|
DnNode<N> |
DnNode.getParentWithElement()
Get the closest Node for a given Dn which has an element, if present in the tree. For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned if it has an associated element. |
DnNode<N> |
DnNode.getParentWithElement(org.apache.directory.api.ldap.model.name.Dn dn)
Get the closest Node for a given Dn which has an element, if present in the tree. For instance, if we have stored dc=acme, dc=org into the tree, the Dn: ou=example, dc=acme, dc=org will have a parent, and dc=acme, dc=org will be returned if it has an associated element. |
| Methods in org.apache.directory.api.ldap.util.tree that return types with arguments of type DnNode | |
|---|---|
Map<org.apache.directory.api.ldap.model.name.Rdn,DnNode<N>> |
DnNode.getChildren()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||