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

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

MethodnewEnrollments
Description

The callback for notifications of new enrollments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListenrollmentIds the Ids of the new Enrollments
Compliancemandatory This method must be implemented.
MethodchangedEnrollments
Description

The callback for notification of updated enrollments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListenrollmentIds the Ids of the updated Enrollments
Compliancemandatory This method must be implemented.
MethoddeletedEnrollments
Description

the callback for notification of deleted enrollments.

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