Uses of Interface
org.osid.resourcing.CompetencyForm
Packages that use CompetencyForm
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of CompetencyForm in org.osid.resourcing
Methods in org.osid.resourcing that return CompetencyFormModifier and TypeMethodDescriptionCompetencyAdminSession.getCompetencyFormForCreate(Type[] competencyRecordTypes) Gets the competency form for creating new competencies.CompetencyAdminSession.getCompetencyFormForUpdate(Id competencyId) Gets the competency form for updating an existing competency.Methods in org.osid.resourcing with parameters of type CompetencyFormModifier and TypeMethodDescriptionCompetencyAdminSession.createCompetency(CompetencyForm competencyForm) Creates a newCompetency.voidCompetencyAdminSession.updateCompetency(CompetencyForm competencyForm) Updates an existing competency. -
Uses of CompetencyForm in org.osid.resourcing.batch
Subinterfaces of CompetencyForm in org.osid.resourcing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating competencies in bulk.