Uses of Interface
org.osid.learning.ProficiencyForm
Packages that use ProficiencyForm
Package
Description
The Open Service Interface Definitions for the org.osid.learning
service.
The Open Service Interface Definitions for the org.osid.learning.batch
service.
-
Uses of ProficiencyForm in org.osid.learning
Methods in org.osid.learning that return ProficiencyFormModifier and TypeMethodDescriptionProficiencyAdminSession.getProficiencyFormForCreate(Id objectiveId, Id resourceId, Type[] proficiencyRecordTypes) Gets the proficiency form for creating new proficiencies.ProficiencyAdminSession.getProficiencyFormForUpdate(Id proficiencyId) Gets the proficiency form for updating an existing proficiency.Methods in org.osid.learning with parameters of type ProficiencyFormModifier and TypeMethodDescriptionProficiencyAdminSession.createProficiency(ProficiencyForm proficiencyForm) Creates a newProficiency.voidProficiencyAdminSession.updateProficiency(ProficiencyForm proficiencyForm) Updates an existing proficiency. -
Uses of ProficiencyForm in org.osid.learning.batch
Subinterfaces of ProficiencyForm in org.osid.learning.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating proficiencies in bulk.