Interface AssessmentOfferedReceiver
- All Superinterfaces:
OsidReceiver
The assessment receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
AssessmentOffered objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAssessmentsOffered(Id notificationId, IdList assessmentOfferedIds) The callback for notification of updated offered assessments.voiddeletedAssessmentsOffered(Id notificationId, IdList assessmentOfferedIds) the callback for notification of deleted offered assessments.voidnewAssessmentsOffered(Id notificationId, IdList assessmentOfferedIds) The callback for notifications of new offered assessments.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAssessmentsOffered
-
changedAssessmentsOffered
The callback for notification of updated offered assessments.- Parameters:
notificationId- the notificationIdassessmentOfferedIds- theIdof the updatedAssessmentsOffered- Compliance:
mandatory- This method must be implemented.
-
deletedAssessmentsOffered
the callback for notification of deleted offered assessments.- Parameters:
notificationId- the notification IdassessmentOfferedIds- theIdof the deletedAssessmentsOffered- Compliance:
mandatory- This method must be implemented.
-