Interface | osid.course.chronicle.AssessmentEntryReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The assessment entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted assessment entries. | ||
Method | newAssessmentEntries | ||
Description |
The callback for notifications of new assessment entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assessmentEntryIds | the Ids of the new AssessmentEntries | |
Compliance | mandatory | This method must be implemented. | |
Method | changedAssessmentEntries | ||
Description |
The callback for notification of updated assessment entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assessmentEntryIds | the Ids of the updated AssessmentEntries | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAssessmentEntries | ||
Description |
the callback for notification of deleted assessment entries. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | assessmentEntryIds | the Ids of the deleted AssessmentEntries | |
Compliance | mandatory | This method must be implemented. |