OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.CourseManager
Implementsosid.OsidManager
osid.course.CourseProfile
Description

The course manager provides access to course management sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • CourseLookupSession: a session to retrieve courses
  • CourseQuerySession: a session to query courses
  • CourseSearchSession: a session to search for courses
  • CourseAdminSession: a session to create and delete courses
  • CourseNotificationSession: a session to receive notifications pertaining to course changes
  • CourseCourseCatalogSession: a session to look up course to course catalog mappings
  • CourseCourseCatalogAssignmentSession: a session to manage course to course catalog mappings
  • CourseSmartCourseCatalogSession: a session to manage dynamic course catalogs of courses
  • ActivityUnitLookupSession: a session to retrieve activity units
  • ActivityUnitQuerySession: a session to query activity units
  • ActivityUnitSearchSession: a session to search for activity units
  • ActivityUnitAdminSession: a session to create and delete activity units
  • ActivityUnitNotificationSession: a session to receive notifications pertaining to activity unit changes
  • ActivityUnitCourseCatalogSession: a session to look up activity unit to course catalog mappings
  • ActivityUnitCourseCatalogAssignmentSession: a session to manage activity unit to course catalog mappings
  • ActivityUnitSmartCourseCatalogSession: a session to manage dynamic course catalogs of activity units
  • CourseOfferingLookupSession: a session to retrieve course offerings
  • CourseOfferingQuerySession: a session to query course offerings
  • CourseOfferingSearchSession: a session to search for course offerings
  • CourseOfferingAdminSession: a session to create and delete course offerings
  • CourseOfferingNotificationSession: a session to receive notifications pertaining to course offering changes
  • CourseCatalogSession: a session to look up course to course catalog mappings
  • CourseOfferingCourseCatalogSession: a session to look up course offering to course catalog mappings
  • CourseOfferingCourseCatalogAssignmentSession: a session to manage course offering to course catalog mappings
  • CourseOfferingSmartCourseCatalogSession: a session to manage dynamic course catalogs of course offerings
  • ActivityLookupSession: a session to retrieve activities
  • ActivityLookupSession: a session to query activities
  • ActivitySearchSession: a session to search for activities
  • ActivityAdminSession: a session to create and delete activities
  • ActivityNotificationSession: a session to receive notifications pertaining to activity changes
  • ActivityCourseCatalogSession: a session to look up activity to course catalog mappings
  • ActivityCourseCatalogAssignmentSession: a session to manage activity to course catalog mappings
  • ActivitySmartCourseCatalogAssignmentSession: a session to manage dynamic course catalogs of activities
  • ActivityUnravellingSession: a session to expand activities into meeting times
  • TermLookupSession: a session to retrieve terms
  • TermLookupSession: a session to query terms
  • TermSearchSession: a session to search for terms
  • TermAdminSession: a session to create and delete terms
  • TermNotificationSession: a session to receive notifications pertaining to term changes
  • TermHierarchySession: a session to traverse a hierarchy of terms
  • TermHierarchyDesignSession: a session to manage a term hierarchy
  • TermCourseCatalogSession: a session to look up term to course catalog mappings
  • TermCourseCatalogAssignmentSession: a session to manage term to course catalog mappings
  • TermSmartCourseCatalogAssignmentSession: a session to manage dynamic course catalogs of terms
  • CourseCatalogLookupSession: a session to retrieve course catalogs
  • CourseCatalogQuerySession: a session to query course catalogs
  • CourseCatalogSearchSession: a session to search for course catalogs
  • CourseCatalogAdminSession: a session to create and delete course catalogs
  • CourseCatalogNotificationSession: a session to receive notifications pertaining to course catalog changes
  • CourseCatalogHierarchySession: a session to traverse a hierarchy of course catalogs
  • CourseCatalogHierarchyDesignSession: a session to manage a course catalog hierarchy
MethodgetCourseLookupSession
Description

Gets the OsidSession associated with the course lookup service.

Returnosid.course.CourseLookupSessiona CourseLookupSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseLookup() is false
ComplianceoptionalThis method must be implemented if supportsCourseLookup() is true.
MethodgetCourseLookupSessionForCourseCatalog
Description

Gets the OsidSession associated with the course lookup service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the course catalog
Returnosid.course.CourseLookupSessiona CourseLookupSession
ErrorsNOT_FOUNDno CourseCatalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseLookup() and supportsVisibleFederation() are true
MethodgetCourseQuerySession
Description

Gets the OsidSession associated with the course query service.

Returnosid.course.CourseQuerySessiona CourseQuerySession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseQuery() is false
ComplianceoptionalThis method must be implemented if supportsCourseQuery() is true.
MethodgetCourseQuerySessionForCourseCatalog
Description

Gets the OsidSession associated with the course query service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseQuerySessiona CourseQuerySession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseQuery() and supportsVisibleFederation() are true
MethodgetCourseSearchSession
Description

Gets the OsidSession associated with the course search service.

Returnosid.course.CourseSearchSessiona CourseSearchSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseSearch() is false
ComplianceoptionalThis method must be implemented if supportsCourseSearch() is true.
MethodgetCourseSearchSessionForCourseCatalog
Description

Gets the OsidSession associated with the course search service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseSearchSessiona CourseSearchSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseSearch() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseSearch() and supportsVisibleFederation() are true
MethodgetCourseAdminSession
Description

Gets the OsidSession associated with the course administration service.

Returnosid.course.CourseAdminSessiona CourseAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseAdmin() is false
ComplianceoptionalThis method must be implemented if supportsCourseAdmin() is true.
MethodgetCourseAdminSessionForCourseCatalog
Description

Gets the OsidSession associated with the course administration service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseAdminSessiona CourseAdminSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseAdmin() and supportsVisibleFederation() are true
MethodgetCourseNotificationSession
Description

Gets the OsidSession associated with the course notification service.

Parametersosid.course.CourseReceivercourseReceiverthe notification callback
Returnosid.course.CourseNotificationSessiona CourseNotificationSession
ErrorsNULL_ARGUMENT courseReceiver is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseNotification() is false
ComplianceoptionalThis method must be implemented if supportsCourseNotification() is true.
MethodgetCourseNotificationSessionForCourseCatalog
Description

Gets the OsidSession associated with the course notification service for the given course catalog.

Parametersosid.course.CourseReceivercourseReceiverthe notification callback
osid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseNotificationSessiona CourseNotificationSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseReceiver or courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseNotification() and supportsVisibleFederation() are true
MethodgetCourseCourseCatalogSession
Description

Gets the OsidSession to lookup course/catalog mappings.

Returnosid.course.CourseCourseCatalogSessiona CourseCourseCourseCatalogSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseCourseCatalog() is false
ComplianceoptionalThis method must be implemented if supportsCourseCourseCatalog() is true.
MethodgetCourseCourseCatalogAssignmentSession
Description

Gets the OsidSession associated with assigning courses to course catalogs.

Returnosid.course.CourseCourseCatalogAssignmentSessiona CourseCourseCatalogAssignmentSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseCourseCatalogAssignment() is false
ComplianceoptionalThis method must be implemented if supportsCourseCourseCatalogAssignment() is true.
MethodgetCourseSmartCourseCatalogSession
Description

Gets the OsidSession associated with the course smart course catalog service.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseSmartCourseCatalogSessiona CourseSmartCourseCatalogSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseSmartCourseCatalog() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseSmartCourseCatalog() and supportsVisibleFederation() are true
MethodgetActivityUnitLookupSession
Description

Gets the OsidSession associated with the activity unit lookup service.

Returnosid.course.ActivityUnitLookupSessionan ActivityUnitSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitLookup() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitLookup() is true.
MethodgetActivityUnitLookupSessionForCourseCatalog
Description

Gets the OsidSession associated with the activity unit lookup service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the course catalog
Returnosid.course.ActivityUnitLookupSessionan ActivityUnitLookupSession
ErrorsNOT_FOUNDno CourseCatalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitLookup() and supportsVisibleFederation() are true
MethodgetActivityUnitQuerySession
Description

Gets the OsidSession associated with the activity unit query service.

Returnosid.course.ActivityUnitQuerySessionan ActivityUnitQuerySession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitQuery() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitQuery() is true.
MethodgetActivityUnitQuerySessionForCourseCatalog
Description

Gets the OsidSession associated with the activity unit query service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivityUnitQuerySessionan ActivityUnitQuerySession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitQuery() and supportsVisibleFederation() are true
MethodgetActivityUnitSearchSession
Description

Gets the OsidSession associated with the activity unit search service.

Returnosid.course.ActivityUnitSearchSessionan ActivityUnitSearchSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitSearch() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitSearch() is true.
MethodgetActivityUnitSearchSessionForCourseCatalog
Description

Gets the OsidSession associated with the activity unit search service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivityUnitSearchSessionan ActivityUnitSearchSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitSearch() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitSearch() and supportsVisibleFederation() are true
MethodgetActivityUnitAdminSession
Description

Gets the OsidSession associated with the activity unit administration service.

Returnosid.course.ActivityUnitAdminSessionan ActivityUnitAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitAdmin() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitAdmin() is true.
MethodgetActivityUnitAdminSessionForCourseCatalog
Description

Gets the OsidSession associated with the activity unit administration service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivityUnitAdminSessionan ActivityUnitAdminSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitAdmin() and supportsVisibleFederation() are true
MethodgetActivityUnitNotificationSession
Description

Gets the OsidSession associated with the activity unit notification service.

Parametersosid.course.ActivityUnitReceiveractivityUnitReceiverthe notification callback
Returnosid.course.ActivityUnitNotificationSessionan ActivityUnitNotificationSession
ErrorsNULL_ARGUMENT activityUnitReceiver is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitNotification() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitNotification() is true.
MethodgetActivityUnitNotificationSessionForCourseCatalog
Description

Gets the OsidSession associated with the activity unit notification service for the given course catalog.

Parametersosid.course.ActivityUnitReceiveractivityUnitReceiverthe notification callback
osid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivityUnitNotificationSessionan ActivityUnitNotificationSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT activityUnitReceiver or courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitNotification() and supportsVisibleFederation() are true
MethodgetActivityUnitCourseCatalogSession
Description

Gets the OsidSession to lookup activity unit/catalog mappings.

Returnosid.course.ActivityUnitCourseCatalogSessionan ActivityUnitCourseCatalogSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitCourseCatalog() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitCourseCatalog() is true.
MethodgetActivityUnitCourseCatalogAssignmentSession
Description

Gets the OsidSession associated with assigning activity units to course catalogs.

Returnosid.course.ActivityUnitCourseCatalogAssignmentSessionan ActivityUnitCourseCatalogAssignmentSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitCourseCatalogAssignment() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitCourseCatalogAssignment() is true.
MethodgetActivityUnitSmartCourseCatalogSession
Description

Gets the OsidSession associated with the activity unit smart course catalog service.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivityUnitSmartCourseCatalogSessionan ActivityUnitSmartCourseCatalogSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnitSmartCourseCatalog() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnitSmartCourseCatalog() and supportsVisibleFederation() are true
MethodgetCourseOfferingLookupSession
Description

Gets the OsidSession associated with the course offering lookup service.

Returnosid.course.CourseOfferingLookupSessiona CourseOfferingSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingLookup() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingLookup() is true.
MethodgetCourseOfferingLookupSessionForCourseCatalog
Description

Gets the OsidSession associated with the course offering lookup service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the course catalog
Returnosid.course.CourseOfferingLookupSessiona CourseOfferingLookupSession
ErrorsNOT_FOUNDno CourseCatalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingLookup() and supportsVisibleFederation() are true
MethodgetCourseOfferingQuerySession
Description

Gets the OsidSession associated with the course offering query service.

Returnosid.course.CourseOfferingQuerySessiona CourseOfferingQuerySession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingQuery() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingQuery() is true.
MethodgetCourseOfferingQuerySessionForCourseCatalog
Description

Gets the OsidSession associated with the course offering query service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseOfferingQuerySessiona CourseOfferingQuerySession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingQuery() and supportsVisibleFederation() are true
MethodgetCourseOfferingSearchSession
Description

Gets the OsidSession associated with the course offering search service.

Returnosid.course.CourseOfferingSearchSessiona CourseOfferingSearchSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingSearch() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingSearch() is true.
MethodgetCourseOfferingSearchSessionForCourseCatalog
Description

Gets the OsidSession associated with the course offering search service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseOfferingSearchSessiona CourseOfferingSearchSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingSearch() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingSearch() and supportsVisibleFederation() are true
MethodgetCourseOfferingAdminSession
Description

Gets the OsidSession associated with the course offering administration service.

Returnosid.course.CourseOfferingAdminSessiona CourseOfferingAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingAdmin() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingAdmin() is true.
MethodgetCourseOfferingAdminSessionForCourseCatalog
Description

Gets the OsidSession associated with the course offering administration service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseOfferingAdminSessiona CourseOfferingAdminSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingAdmin() and supportsVisibleFederation() are true
MethodgetCourseOfferingNotificationSession
Description

Gets the OsidSession associated with the course offering notification service.

Parametersosid.course.CourseOfferingReceivercourseOfferingReceiverthe notification callback
Returnosid.course.CourseOfferingNotificationSessiona CourseOfferingNotificationSession
ErrorsNULL_ARGUMENT courseOfferingReceiver is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingNotification() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingNotification() is true.
MethodgetCourseOfferingNotificationSessionForCourseCatalog
Description

Gets the OsidSession associated with the course offering notification service for the given course catalog.

Parametersosid.course.CourseOfferingReceivercourseOfferingReceiverthe notification callback
osid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseOfferingNotificationSessiona CourseOfferingNotificationSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseOfferingReceiver or courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingNotification() and supportsVisibleFederation() are true
MethodgetCourseOfferingCourseCatalogSession
Description

Gets the OsidSession to lookup course offering/catalog mappings.

Returnosid.course.CourseOfferingCourseCatalogSessiona CourseOfferingCourseCatalogSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingCourseCatalog() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingCourseCatalog() is true.
MethodgetCourseOfferingCourseCatalogAssignmentSession
Description

Gets the OsidSession associated with assigning course offerings to course catalogs.

Returnosid.course.CourseOfferingCourseCatalogAssignmentSessiona CourseOfferingCourseCatalogAssignmentSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingCourseCatalogAssignment() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingCourseCatalogAssignment() is true.
MethodgetCourseOfferingSmartCourseCatalogSession
Description

Gets the OsidSession associated with the course offering smart course catalog service.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.CourseOfferingSmartCourseCatalogSessiona CourseOfferingSmartCourseCatalogSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseOfferingSmartCourseCatalog() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsCourseOfferingSmartCourseCatalog() and supportsVisibleFederation() are true
MethodgetActivityLookupSession
Description

Gets the OsidSession associated with the activity lookup service.

Returnosid.course.ActivityLookupSessionan ActivityLookupSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityLookup() is false
ComplianceoptionalThis method must be implemented if supportsActivityLookup() is true.
MethodgetActivityLookupSessionForCourseCatalog
Description

Gets the OsidSession associated with the activity lookup service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivityLookupSessionan ActivityLookupSession
ErrorsNOT_FOUNDno CourseCatalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityLookup() and supportsVisibleFederation() are true
MethodgetActivityQuerySession
Description

Gets the OsidSession associated with the activity query service.

Returnosid.course.ActivityQuerySessionan ActivityQuerySession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityQuery() is false
ComplianceoptionalThis method must be implemented if supportsActivityQuery() is true.
MethodgetActivityQuerySessionForCourseCatalog
Description

Gets the OsidSession associated with the activity query service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivityQuerySessionan ActivityQuerySession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityQuery() and supportsVisibleFederation() are true
MethodgetActivitySearchSession
Description

Gets the OsidSession associated with the activity search service.

Returnosid.course.ActivitySearchSessionan ActivitySearchSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivitySearch() is false
ComplianceoptionalThis method must be implemented if supportsActivitySearch() is true.
MethodgetActivitySearchSessionForCourseCatalog
Description

Gets the OsidSession associated with the activity search service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivitySearchSessionan ActivitySearchSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivitySearch() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivitySearch() and supportsVisibleFederation() are true
MethodgetActivityAdminSession
Description

Gets the OsidSession associated with the activity administration service.

Returnosid.course.ActivityAdminSessionan ActivityAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityAdmin() is false
ComplianceoptionalThis method must be implemented if supportsActivityAdmin() is true.
MethodgetActivityAdminSessionForCourseCatalog
Description

Gets the OsidSession associated with the activity administration service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivityAdminSessionan ActivityAdminSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityAdmin() and supportsVisibleFederation() are true
MethodgetActivityNotificationSession
Description

Gets the OsidSession associated with the activity notification service.

Parametersosid.course.ActivityReceiveractivityReceiverthe notification callback
Returnosid.course.ActivityNotificationSessionan ActivityNotificationSession
ErrorsNULL_ARGUMENT activityReceiver is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityNotification() is false
ComplianceoptionalThis method must be implemented if supportsActivityNotification() is true.
MethodgetActivityNotificationSessionForCourseCatalog
Description

Gets the OsidSession associated with the activity notification service for the given course catalog.

Parametersosid.course.ActivityReceiveractivityReceiverthe notification callback
osid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivityNotificationSessionan ActivityNotificationSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT activityReceiver or courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityNotification() and supportsVisibleFederation() are true
MethodgetActivityCourseCatalogSession
Description

Gets the OsidSession to lookup activity/catalog mappings.

Returnosid.course.ActivityCourseCatalogSessionan ActivityCourseCatalogSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityCourseCatalog() is false
ComplianceoptionalThis method must be implemented if supportsActivityCourseCatalog() is true.
MethodgetActivityCourseCatalogAssignmentSession
Description

Gets the OsidSession associated with assigning activities to course catalogs.

Returnosid.course.ActivityCourseCatalogAssignmentSessionan ActivityCourseCatalogAssignmentSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityCourseCatalogAssignment() is false
ComplianceoptionalThis method must be implemented if supportsActivityCourseCatalogAssignment() is true.
MethodgetActivitySmartCourseCatalogSession
Description

Gets the OsidSession associated with the activity smart course catalog service.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.ActivitySmartCourseCatalogSessionan ActivitySmartCourseCatalogSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivitySmartCourseCatalog() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivitySmartCourseCatalog() and supportsVisibleFederation() are true
MethodgetActivityUnravellingSession
Description

Gets the OsidSession associated with unravelling activities into meeting times.

Returnosid.course.ActivityUnravellingSessionan ActivityUnravellingSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnravelling() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnravelling() is true.
MethodgetActivityUnravellingSessionForCourseCatalog
Description

Gets the OsidSession associated with unravelling activities into meeting times for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the course catalog
Returnosid.course.ActivityUnravellingSessionan ActivityUnravellingSession
ErrorsNOT_FOUNDno CourseCatalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsActivityUnravelling() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsActivityUnravelling() and supportsVisibleFederation() are true
MethodgetTermLookupSession
Description

Gets the OsidSession associated with the term lookup service.

Returnosid.course.TermLookupSessiona TermLookupSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermLookup() is false
ComplianceoptionalThis method must be implemented if supportsTermLookup() is true.
MethodgetTermLookupSessionForCourseCatalog
Description

Gets the OsidSession associated with the term lookup service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.TermLookupSessiona TermLookupSession
ErrorsNOT_FOUNDno CourseCatalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermLookup() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsTermLookup() and supportsVisibleFederation() are true
MethodgetTermQuerySession
Description

Gets the OsidSession associated with the term query service.

Returnosid.course.TermQuerySessiona TermQuerySession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermQuery() is false
ComplianceoptionalThis method must be implemented if supportsTermQuery() is true.
MethodgetTermQuerySessionForCourseCatalog
Description

Gets the OsidSession associated with the term query service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.TermQuerySessiona TermQuerySession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermQuery() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsTermQuery() and supportsVisibleFederation() are true
MethodgetTermSearchSession
Description

Gets the OsidSession associated with the term search service.

Returnosid.course.TermSearchSessiona TermSearchSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermSearch() is false
ComplianceoptionalThis method must be implemented if supportsTermSearch() is true.
MethodgetTermSearchSessionForCourseCatalog
Description

Gets the OsidSession associated with the term search service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.TermSearchSessiona TermSearchSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermSearch() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsTermSearch() and supportsVisibleFederation() are true
MethodgetTermAdminSession
Description

Gets the OsidSession associated with the term administration service.

Returnosid.course.TermAdminSessiona TermAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermAdmin() is false
ComplianceoptionalThis method must be implemented if supportsTermAdmin() is true.
MethodgetTermAdminSessionForCourseCatalog
Description

Gets the OsidSession associated with the term administration service for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.TermAdminSessiona TermAdminSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsTermAdmin() and supportsVisibleFederation() are true
MethodgetTermNotificationSession
Description

Gets the OsidSession associated with the term notification service.

Parametersosid.course.TermReceivertermReceiverthe notification callback
Returnosid.course.TermNotificationSessiona TermNotificationSession
ErrorsNULL_ARGUMENT termReceiver is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermNotification() is false
ComplianceoptionalThis method must be implemented if supportsTermNotification() is true.
MethodgetTermNotificationSessionForCourseCatalog
Description

Gets the OsidSession associated with the term notification service for the given course catalog.

Parametersosid.course.TermReceivertermReceiverthe notification callback
osid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.TermNotificationSessiona TermNotificationSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT termReceiver or courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermNotification() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsTermNotification() and supportsVisibleFederation() are true
MethodgetTermHierarchySession
Description

Gets the term hierarchy traversal session.

Returnosid.course.TermHierarchySessiona TermHierarchySession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermHierarchy() is false
ComplianceoptionalThis method must be implemented if supportsTermHierarchy() is true.
MethodgetTermHierarchySessionForCourseCatalog
Description

Gets the term hierarchy traversal session for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.TermHierarchySessiona TermHierarchySession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermHierarchy() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsTermHierarchy() and supportsVisibleFederation() are true
MethodgetTermHierarchyDesignSession
Description

Gets the term hierarchy design session.

Returnosid.course.TermHierarchyDesignSessiona TermHierarchyDesignSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermHierarchyDesign() is false
ComplianceoptionalThis method must be implemented if supportsTermHierarchyDesign() is true.
MethodgetTermHierarchyDesignSessionForCourseCatalog
Description

Gets the term hierarchy design session for the given course catalog.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.TermHierarchyDesignSessiona TermHierarchyDesignSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermHierarchyDesign() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsTermHierarchyDesign() and supportsVisibleFederation() are true
MethodgetTermCourseCatalogSession
Description

Gets the OsidSession to lookup term/catalog mappings.

Returnosid.course.TermCourseCatalogSessiona TermCourseCatalogSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermCourseCatalog() is false
ComplianceoptionalThis method must be implemented if supportsTermCourseCatalog() is true.
MethodgetTermCourseCatalogAssignmentSession
Description

Gets the OsidSession associated with assigning terms to course catalogs.

Returnosid.course.TermCourseCatalogAssignmentSessiona TermCourseCatalogAssignmentSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermCourseCatalogAssignment() is false
ComplianceoptionalThis method must be implemented if supportsTermCourseCatalogAssignment() is true.
MethodgetTermSmartCourseCatalogSession
Description

Gets the OsidSession associated with the term smart course catalog service.

Parametersosid.id.IdcourseCatalogIdthe Id of the CourseCatalog
Returnosid.course.TermSmartCourseCatalogSessiona TermSmartCourseCatalogSession
ErrorsNOT_FOUNDno course catalog found by the given Id
NULL_ARGUMENT courseCatalogId is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsTermSmartCourseCatalog() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsTermSmartCourseCatalog() and supportsVisibleFederation() are true
MethodgetCourseCatalogLookupSession
Description

Gets the OsidSession associated with the course catalog lookup service.

Returnosid.course.CourseCatalogLookupSessiona CourseCatalogLookupSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseCatalogLookup() is false
ComplianceoptionalThis method must be implemented if supportsCourseCatalogLookup() is true.
MethodgetCourseCatalogQuerySession
Description

Gets the OsidSession associated with the course catalog query service.

Returnosid.course.CourseCatalogQuerySessiona CourseCatalogQuerySession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseCatalogQuery() is false
ComplianceoptionalThis method must be implemented if supportsCourseCatalogQuery() is true.
MethodgetCourseCatalogSearchSession
Description

Gets the OsidSession associated with the course catalog search service.

Returnosid.course.CourseCatalogSearchSessiona CourseCatalogSearchSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseCatalogSearch() is false
ComplianceoptionalThis method must be implemented if supportsCourseCatalogSearch() is true.
MethodgetCourseCatalogAdminSession
Description

Gets the OsidSession associated with the course catalog administrative service.

Returnosid.course.CourseCatalogAdminSessiona CourseCatalogAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseCatalogAdmin() is false
ComplianceoptionalThis method must be implemented if supportsCourseCatalogAdmin() is true.
MethodgetCourseCatalogNotificationSession
Description

Gets the OsidSession associated with the course catalog notification service.

Parametersosid.course.CourseCatalogReceivercourseCatalogReceiverthe notification callback
Returnosid.course.CourseCatalogNotificationSessiona CourseCatalogNotificationSession
ErrorsNULL_ARGUMENT courseCatalogReceiver is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseCatalogNotification() is false
ComplianceoptionalThis method must be implemented if supportsCourseCatalogNotification() is true.
MethodgetCourseCatalogHierarchySession
Description

Gets the OsidSession associated with the course catalog hierarchy service.

Returnosid.course.CourseCatalogHierarchySessiona CourseCatalogHierarchySession for course catalogs
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseCatalogHierarchy() is false
ComplianceoptionalThis method must be implemented if supportsCourseCatalogHierarchy() is true.
MethodgetCourseCatalogHierarchyDesignSession
Description

Gets the OsidSession associated with the course catalog hierarchy design service.

Returnosid.course.CourseCatalogHierarchyDesignSessiona HierarchyDesignSession for course catalogs
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseCatalogHierarchyDesign() is false
ComplianceoptionalThis method must be implemented if supportsCourseCatalogHierarchyDesign() is true.
MethodgetCourseBatchManager
Description

Gets a CourseBatchManager.

Returnosid.course.batch.CourseBatchManagera CourseBatchManager
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseBatch() is false
ComplianceoptionalThis method must be implemented if supportsCourseBatch() is true.
MethodgetCourseProgramManager
Description

Gets a CourseProgramManager.

Returnosid.course.program.CourseProgramManagera CourseProgramManager
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseProgram() is false
ComplianceoptionalThis method must be implemented if supportsCourseProgram() is true.
MethodgetCourseRegistrationManager
Description

Gets a CourseRegistrationManager.

Returnosid.course.registration.CourseRegistrationManagera CourseRegistrationManager
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseRegistration() is false
ComplianceoptionalThis method must be implemented if supportsCourseRegistration() is true.
MethodgetCourseRequisiteManager
Description

Gets a CourseRequisiteManager.

Returnosid.course.requisite.CourseRequisiteManagera CourseRequisiteManager
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseRequisite() is false
ComplianceoptionalThis method must be implemented if supportsCourseRequisite() is true.
MethodgetCourseSyllabusManager
Description

Gets a CourseSyllabusManager.

Returnosid.course.syllabus.CourseSyllabusManagera CourseSyllabusManager
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseSyllabus() is false
ComplianceoptionalThis method must be implemented if supportsCourseSyllabus() is true.
MethodgetCoursePlanManager
Description

Gets a CoursePlanManager.

Returnosid.course.plan.CoursePlanManagera CoursePlanManager
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCoursePlan() is false
ComplianceoptionalThis method must be implemented if supportsCoursePlan() is true.
MethodgetCourseChronicleManager
Description

Gets a CourseChronicleManager.

Returnosid.course.chronicle.CourseChronicleManagera CourseChronicleManager
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsCourseChronicle() is false
ComplianceoptionalThis method must be implemented if supportsCourseChronicle() is true.