Interface AssessmentTakenReceiver
- All Superinterfaces:
OsidReceiver
The assessment receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
AssessmentTaken objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAssessmenstTaken(Id notificationId, IdList assessmentTakenIds) The callback for notification of updated taken assessments.voiddeletedAssessmenstTaken(Id notificationId, IdList assessmentTakenIds) the callback for notification of deleted taken assessments.voidnewAssessmentsTaken(Id notificationId, IdList assessmentTakenIds) The callback for notifications of new taken assessments.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAssessmentsTaken
-
changedAssessmenstTaken
The callback for notification of updated taken assessments.- Parameters:
notificationId- the notificationIdassessmentTakenIds- theIdsof the updatedAssessmentsTaken- Compliance:
mandatory- This method must be implemented.
-
deletedAssessmenstTaken
the callback for notification of deleted taken assessments.- Parameters:
notificationId- the notificationIdassessmentTakenIds- theIdsof the deletedAssessmentsTaken- Compliance:
mandatory- This method must be implemented.
-