public interface FrontOfficeNode 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 FrontOfficeHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
FrontOfficeNodeList |
getChildFrontOfficeNodes()
Gets the children of this front office.
|
FrontOffice |
getFrontOffice()
Gets the
FrontOffice at this node. |
FrontOfficeNodeList |
getParentFrontOfficeNodes()
Gets the parents of this front office.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredFrontOffice getFrontOffice()
FrontOffice at this node.mandatory - This method must be implemented. FrontOfficeNodeList getParentFrontOfficeNodes()
mandatory - This method must be implemented. FrontOfficeNodeList getChildFrontOfficeNodes()
mandatory - This method must be implemented.