OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.CalendarNode
Implementsosid.OsidNode
Used Byosid.calendaring.CalendarHierarchySession
osid.calendaring.CalendarNodeList
Description

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.

MethodgetCalendar
Description

Gets the Calendar at this node.

Returnosid.calendaring.Calendar the calendar represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentCalendarNodes
Description

Gets the parents of this calendar.

Returnosid.calendaring.CalendarNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildCalendarNodes
Description

Gets the children of this calendar.

Returnosid.calendaring.CalendarNodeList the children of this calendar
Compliancemandatory This method must be implemented.