Interface AssessmentEntryReceiver
- All Superinterfaces:
OsidReceiver
The assessment entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted assessment entries.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAssessmentEntries(Id notificationId, IdList assessmentEntryIds) The callback for notification of updated assessment entries.voiddeletedAssessmentEntries(Id notificationId, IdList assessmentEntryIds) the callback for notification of deleted assessment entries.voidnewAssessmentEntries(Id notificationId, IdList assessmentEntryIds) The callback for notifications of new assessment entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAssessmentEntries
-
changedAssessmentEntries
The callback for notification of updated assessment entries.- Parameters:
notificationId- the notification IdassessmentEntryIds- theIdsof the updatedAssessmentEntries- Compliance:
mandatory- This method must be implemented.
-
deletedAssessmentEntries
the callback for notification of deleted assessment entries.- Parameters:
notificationId- the notification IdassessmentEntryIds- theIdsof the deletedAssessmentEntries- Compliance:
mandatory- This method must be implemented.
-