OSID Logo
OSID Specifications
assessment package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListassessmentIds the Ids of the new Assessments
Compliancemandatory This method must be implemented.
MethodchangedAssessments
Description

The callback for notification of updated assessments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassessmentIds the Ids of the updated Assessments
Compliancemandatory This method must be implemented.
MethoddeletedAssessments
Description

the callback for notification of deleted assessments.

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