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
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.
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
H
hasChildren() -
Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the current DnNode has some children or not
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.
I
isLeaf() -
Method in class org.apache.directory.api.ldap.util.tree.DnNode
Tells if the implementation is a leaf node.
isLeaf(Dn) -
Method in class org.apache.directory.api.ldap.util.tree.DnNode