OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseReceiver
Implementsosid.OsidReceiver
Description

The course receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Course objects.

MethodnewCourses
Description

The callback for notifications of new courses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseIds the Ids of the new Courses
Compliancemandatory This method must be implemented.
MethodchangedCourses
Description

The callback for notification of updated courses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseIds the Ids of the updated Courses
Compliancemandatory This method must be implemented.
MethoddeletedCourses
Description

the callback for notification of deleted courses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseIds the Ids of the deleted Courses
Compliancemandatory This method must be implemented.