OSID Logo
OSID Specifications
resourcing package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListcompetencyIds the Ids of the new Competencies
Compliancemandatory This method must be implemented.
MethodchangedCompetencies
Description

The callback for notification of updated competencies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcompetencyIds the Ids of the updated Competencies
Compliancemandatory This method must be implemented.
MethoddeletedCompetencies
Description

The callback for notification of deleted competencies.

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