Uses of Interface
org.osid.resourcing.batch.CompetencyBatchFormList
Packages that use CompetencyBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of CompetencyBatchFormList in org.osid.resourcing.batch
Methods in org.osid.resourcing.batch that return CompetencyBatchFormListModifier and TypeMethodDescriptionCompetencyBatchAdminSession.getCompetencyFormsForCreate(long number, Type[] competencyRecordTypes) Gets the competency forms for creating a bunch of new competencies.CompetencyBatchAdminSession.getCompetencyFormsForUpdate(IdList competencyIds) Gets the competency forms for updating an existing set of competencies.Methods in org.osid.resourcing.batch with parameters of type CompetencyBatchFormListModifier and TypeMethodDescriptionCompetencyBatchAdminSession.createCompetencies(CompetencyBatchFormList competencyForms) Creates a new set ofCompetencies.CompetencyBatchAdminSession.updateCompetencies(CompetencyBatchFormList competencyForms) Updates existing competencies.