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

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

MethodnewAssessmentsOffered
Description

The callback for notifications of new offered assessments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentOfferedIdsthe Id of the new AssessmentsOffered
CompliancemandatoryThis method must be implemented.
MethodchangedAssessmentsOffered
Description

The callback for notification of updated offered assessments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentOfferedIdsthe Id of the updated AssessmentsOffered
CompliancemandatoryThis method must be implemented.
MethoddeletedAssessmentsOffered
Description

the callback for notification of deleted offered assessments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListassessmentOfferedIdsthe Id of the deleted AssessmentsOffered
CompliancemandatoryThis method must be implemented.