OSID Logo
OSID Specifications
calendaring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.CalendarNode
Implementsosid.OsidNode
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.Calendarthe calendar represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentCalendarNodes
Description

Gets the parents of this calendar.

Returnosid.calendaring.CalendarNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildCalendarNodes
Description

Gets the children of this calendar.

Returnosid.calendaring.CalendarNodeListthe children of this calendar
CompliancemandatoryThis method must be implemented.