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

The callback for notification of updated offered assessments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassessmentOfferedIds the Id of the updated AssessmentsOffered
Compliancemandatory This method must be implemented.
MethoddeletedAssessmentsOffered
Description

the callback for notification of deleted offered assessments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListassessmentOfferedIds the Id of the deleted AssessmentsOffered
Compliancemandatory This method must be implemented.