| Package | Description |
|---|---|
| org.rogatio.circlead.control | |
| org.rogatio.circlead.model.work |
| Modifier and Type | Method | Description |
|---|---|---|
Competence |
Repository.getRootCompetence() |
Gets the root competence.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Competence> |
Repository.getCompetenceChildren(java.lang.String competence) |
Gets the competence children of the named parent competence.
|
java.util.List<Competence> |
Repository.getCompetencies() |
Gets the competencies.
|
java.util.List<Competence> |
Repository.loadCompetencies() |
Load competencies.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Competence> |
Competence.getChildren(java.lang.String competence) |
Gets the child competences.
|
java.util.List<Competence> |
Competence.getCompetencies() |
Gets the competencies.
|
java.util.List<Competence> |
Competence.getRootCompetencies() |
Gets the root competencies.
|