OSID Logo
OSID Specifications
course chronicle package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.chronicle.CourseEntryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCourseEntries
Description

The callback for notifications of new course entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcourseEntryIdsthe Ids of the new CourseEntries
CompliancemandatoryThis method must be implemented.
MethodchangedCourseEntries
Description

The callback for notification of updated course entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcourseEntryIdsthe Ids of the updated CourseEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedCourseEntries
Description

the callback for notification of deleted course entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcourseEntryIdsthe Ids of the deleted CourseEntries
CompliancemandatoryThis method must be implemented.