OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Interfaceosid.resourcing.CompetencyReceiver
Implementsosid.OsidReceiver
Description

The competency receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted competencies.

MethodnewCompetencies
Description

The callback for notifications of new competencies.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcompetencyIdsthe Ids of the new Competencies
CompliancemandatoryThis method must be implemented.
MethodchangedCompetencies
Description

The callback for notification of updated competencies.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcompetencyIdsthe Ids of the updated Competencies
CompliancemandatoryThis method must be implemented.
MethoddeletedCompetencies
Description

The callback for notification of deleted competencies.

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