public interface Competency extends OsidObject
A Competency is a skill required for a work.
| Modifier and Type | Method and Description |
|---|---|
CompetencyRecord |
getCompetencyRecord(Type competencyRecordType)
Gets the competency record corresponding to the given
Competency record Type. |
IdList |
getLearningObjectiveIds()
Gets the Ids of the learning objectives.
|
ObjectiveList |
getLearningObjectives()
Gets the learning objectives.
|
boolean |
hasLearningObjectives()
Tests if learning objectives are available for this competency.
|
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeboolean hasLearningObjectives()
mandatory - This method must be implemented. IdList getLearningObjectiveIds()
Ids IllegalStateException - hasLearningObjectives()
is false mandatory - This method must be implemented. ObjectiveList getLearningObjectives() throws OperationFailedException
IllegalStateException - hasLearningObjectives()
is false OperationFailedException - unable to complete requestmandatory - This method must be implemented. CompetencyRecord getCompetencyRecord(Type competencyRecordType) throws OperationFailedException
Competency record Type. This method is used to
retrieve an object implementing the requested record. The
competencyRecordType may be the Type returned
in getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(competencyRecordType) is true .competencyRecordType - the type of competency record to retrieveNullArgumentException - competencyRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(competencyRecordType) is false
mandatory - This method must be implemented.