| Package | Description |
|---|---|
| org.osid.course.program |
The Open Service Interface Definitions for the org.osid.course.program
service.
|
| org.osid.course.program.batch |
The Open Service Interface Definitions for the org.osid.course.program.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
EnrollmentForm |
EnrollmentAdminSession.getEnrollmentFormForCreate(Id programOfferingId,
Id resourceId,
Type[] enrollmentRecordTypes)
Gets the course form for creating new enrollments.
|
EnrollmentForm |
EnrollmentAdminSession.getEnrollmentFormForUpdate(Id enrollmentId)
Gets the enrollment form for updating an existing enrollment.
|
| Modifier and Type | Method and Description |
|---|---|
Enrollment |
EnrollmentAdminSession.createEnrollment(EnrollmentForm enrollmentForm)
Creates a new
Enrollment. |
void |
EnrollmentAdminSession.updateEnrollment(EnrollmentForm enrollmentForm)
Updates an existing enrollment.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnrollmentBatchForm
This is the form for creating and updating enrollments in bulk.
|