Traverse the parent-child tree of a domain — walk ancestors and descendants of any node.
A hierarchy session exposes the tree structure of a catalog hierarchy. It is scoped to a single hierarchy root and supports traversal in both directions: ancestors (parents, grandparents) and descendants (children, subtrees). Override the adjacency methods to resolve parent/child relationships from your back-end.
| Parameter | Type | Description |
|---|---|---|
manager |
OsidObjectManager |
the manager that opened this session |
hierarchyId |
Id |
the hierarchy this session traverses |