com.deltalearn.rte.webservice.data
Interface ICourseStructure


public interface ICourseStructure

Represents the hierarchical information of a course.

The children tree nodes of an ICourseStructure represent organizations in the manifest, while children of these represent items.

Version:
0.1

Method Summary
 ITreeNode[] getChildren()
          Returns the organizations of this course.
 java.lang.String getCourseId()
          Returns the id of this course.
 java.lang.String getDefaultOrganizationId()
          Returns the id of the default organization of this course.
 

Method Detail

getCourseId

java.lang.String getCourseId()
Returns the id of this course.

Returns:
the id of this course.

getDefaultOrganizationId

java.lang.String getDefaultOrganizationId()
Returns the id of the default organization of this course. The id is the same of a SCO representing the default organization.

Returns:
the id of the default organization

getChildren

ITreeNode[] getChildren()
Returns the organizations of this course.

Returns:
the organizations of this course