public interface CalendarNode 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 CalendarHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCalendar()
Gets the
Calendar at this node. |
CalendarNodeList |
getChildCalendarNodes()
Gets the children of this calendar.
|
CalendarNodeList |
getParentCalendarNodes()
Gets the parents of this calendar.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredCalendar getCalendar()
Calendar at this node.mandatory - This method must be implemented. CalendarNodeList getParentCalendarNodes()
id mandatory - This method must be implemented. CalendarNodeList getChildCalendarNodes()
mandatory - This method must be implemented.