Package | Description |
---|---|
org.osid.course |
The Open Service Interface Definitions for the org.osid.course
service.
|
org.osid.course.batch |
The Open Service Interface Definitions for the org.osid.course.batch
service.
|
Modifier and Type | Method and Description |
---|---|
CourseAdminSession |
CourseManager.getCourseAdminSession()
Gets the
OsidSession associated with the course
administration service. |
CourseAdminSession |
CourseProxyManager.getCourseAdminSession(Proxy proxy)
Gets the
OsidSession associated with the course
administration service. |
CourseAdminSession |
CourseManager.getCourseAdminSessionForCourseCatalog(Id courseCatalogId)
Gets the
OsidSession associated with the course
administration service for the given course catalog. |
CourseAdminSession |
CourseProxyManager.getCourseAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the course
administration service for the given course catalog. |
Modifier and Type | Interface and Description |
---|---|
interface |
CourseBatchAdminSession
This session creates, updates, and deletes
Courses in
bulk. |