OSID Logo
OSID Specifications
course syllabus package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListdocetIds the Ids of the new Docets
Compliancemandatory This method must be implemented.
MethodchangedDocets
Description

The callback for notification of updated docets.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdocetIds the Ids of the updated Docets
Compliancemandatory This method must be implemented.
MethoddeletedDocets
Description

the callback for notification of deleted docets.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdocetIds the Ids of the registered Docets
Compliancemandatory This method must be implemented.