org.sakaiproject.section.api.coursemanagement |
|
Java Source File Name | Type | Comment |
Course.java | Interface | Models a sectionable "class" in higher education. |
CourseSection.java | Interface | A subset of a Course that may meet at specific times during the week. |
EnrollmentRecord.java | Interface | A record associating a student to a LearningContext, with a status indicating
how the student is enrolled (waitlisted, for instance). |
LearningContext.java | Interface | A LearningContext is an abstract grouping of users in an academic environment.
Examples include CourseOfferings, Sections, and could potentially include
departments and colleges. |
Meeting.java | Interface | |
ParticipationRecord.java | Interface | Associates a user with a Learning Context. |
SectionEnrollments.java | Interface | Encapsulates the section enrollments in a course for a set of students. |
User.java | Interface | Models a User for use in the Section Awareness API and the Section Manager Tool. |