OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.AssessmentReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewAssessments
Description

The callback for notifications of new assessments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentIdsthe Ids of the new Assessments
CompliancemandatoryThis method must be implemented.
MethodchangedAssessments
Description

The callback for notification of updated assessments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentIdsthe Ids of the updated Assessments
CompliancemandatoryThis method must be implemented.
MethoddeletedAssessments
Description

the callback for notification of deleted assessments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentIdsthe Ids of the deleted Assessments
CompliancemandatoryThis method must be implemented.