| Package | Description |
|---|---|
| org.osid.resourcing |
The Open Service Interface Definitions for the org.osid.resourcing
service.
|
| org.osid.resourcing.batch |
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
CompetencyForm |
CompetencyAdminSession.getCompetencyFormForCreate(Type[] competencyRecordTypes)
Gets the competency form for creating new competencies.
|
CompetencyForm |
CompetencyAdminSession.getCompetencyFormForUpdate(Id competencyId)
Gets the competency form for updating an existing competency.
|
| Modifier and Type | Method and Description |
|---|---|
Competency |
CompetencyAdminSession.createCompetency(CompetencyForm competencyForm)
Creates a new
Competency. |
void |
CompetencyAdminSession.updateCompetency(CompetencyForm competencyForm)
Updates an existing competency.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompetencyBatchForm
This is the form for creating and updating competencies in bulk.
|