Uses of Interface
org.osid.learning.batch.ProficiencyBatchFormList
Packages that use ProficiencyBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.learning.batch
service.
-
Uses of ProficiencyBatchFormList in org.osid.learning.batch
Methods in org.osid.learning.batch that return ProficiencyBatchFormListModifier and TypeMethodDescriptionProficiencyBatchAdminSession.getProficiencyFormsForCreate(ProficiencyPeerList peers, Type[] proficiencyRecordTypes) Gets the proficiency forms for creating a bunch of new proficiencies.ProficiencyBatchAdminSession.getProficiencyFormsForUpdate(IdList proficiencyIds) Gets the proficiency forms for updating an existing set of proficiencies.Methods in org.osid.learning.batch with parameters of type ProficiencyBatchFormListModifier and TypeMethodDescriptionProficiencyBatchAdminSession.createProficiencies(ProficiencyBatchFormList proficiencyForms) Creates a new set ofProficiencies.ProficiencyBatchAdminSession.updateProficiencies(ProficiencyBatchFormList proficiencyForms) Updates existing proficiencies.