Uses of Interface
org.osid.learning.batch.ObjectiveBatchFormList
Packages that use ObjectiveBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.learning.batch
service.
-
Uses of ObjectiveBatchFormList in org.osid.learning.batch
Methods in org.osid.learning.batch that return ObjectiveBatchFormListModifier and TypeMethodDescriptionObjectiveBatchAdminSession.getObjectiveFormsForCreate(long number, Type[] objectiveRecordTypes) Gets the objective forms for creating a bunch of new objectives.ObjectiveBatchAdminSession.getObjectiveFormsForUpdate(IdList objectiveIds) Gets the objective forms for updating an existing set of objectives.Methods in org.osid.learning.batch with parameters of type ObjectiveBatchFormListModifier and TypeMethodDescriptionObjectiveBatchAdminSession.createObjectives(ObjectiveBatchFormList objectiveForms) Creates a new set ofObjectives.ObjectiveBatchAdminSession.updateObjectives(ObjectiveBatchFormList objectiveForms) Updates existing objectives.