OSID Logo
OSID Specifications
course syllabus package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.syllabus.DocetReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewDocets
Description

The callback for notifications of new docets.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdocetIdsthe Ids of the new Docets
CompliancemandatoryThis method must be implemented.
MethodchangedDocets
Description

The callback for notification of updated docets.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdocetIdsthe Ids of the updated Docets
CompliancemandatoryThis method must be implemented.
MethoddeletedDocets
Description

the callback for notification of deleted docets.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdocetIdsthe Ids of the registered Docets
CompliancemandatoryThis method must be implemented.