- getChild(Rdn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
Get's a child using an rdn string.
- getChildren() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- getDescendantElements(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- getDn() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- getElement() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- getElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- getNode(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
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.
- getParent() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
- getParentWithElement(Dn) - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
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.
- getParentWithElement() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-
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.
- getRdn() - Method in class org.apache.directory.api.ldap.util.tree.DnNode
-