public interface AgencyNode extends OsidNode
This interface is a container for a partial hierarchy retrieval. The
number of hierarchy levels traversable through this interface depend on
the number of levels requested in the AgencyHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
Agency |
getAgency()
Gets the
Agency at this node. |
AgencyNodeList |
getChildAgencyNodes()
Gets the children of this agency.
|
AgencyNodeList |
getParentAgencyNodes()
Gets the parents of this agency.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredAgency getAgency()
Agency at this node.mandatory - This method must be implemented. AgencyNodeList getParentAgencyNodes()
id mandatory - This method must be implemented. AgencyNodeList getChildAgencyNodes()
mandatory - This method must be implemented.