Interface | osid.resourcing.CompetencyReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The competency receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted competencies. | ||
Method | newCompetencies | ||
Description |
The callback for notifications of new competencies. | ||
Parameters | osid.id.IdList | competencyIds | the Ids of the new Competencies |
Compliance | mandatory | This method must be implemented. | |
Method | changedCompetencies | ||
Description |
The callback for notification of updated competencies. | ||
Parameters | osid.id.IdList | competencyIds | the Ids of the updated Competencies |
Compliance | mandatory | This method must be implemented. | |
Method | deletedCompetencies | ||
Description |
The callback for notification of deleted competencies. | ||
Parameters | osid.id.IdList | competencyIds | the Ids of the deleted Competencies |
Compliance | mandatory | This method must be implemented. |