OSID Logo
OSID Specifications
assessment package
Version 3.1.0
Interfaceosid.assessment.AssessmentTakenReceiver
Implementsosid.OsidReceiver
Description

The assessment receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted AssessmentTaken objects.

MethodnewAssessmentsTaken
Description

The callback for notifications of new taken assessments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassessmentTakenIds the Ids of the new AssessmentsTaken
Compliancemandatory This method must be implemented.
MethodchangedAssessmenstTaken
Description

The callback for notification of updated taken assessments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassessmentTakenIds the Ids of the updated AssessmentsTaken
Compliancemandatory This method must be implemented.
MethoddeletedAssessmenstTaken
Description

the callback for notification of deleted taken assessments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassessmentTakenIds the Ids of the deleted AssessmentsTaken
Compliancemandatory This method must be implemented.