Uses of Interface
org.osid.learning.ObjectiveForm
Packages that use ObjectiveForm
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 ObjectiveForm in org.osid.learning
Methods in org.osid.learning that return ObjectiveFormModifier and TypeMethodDescriptionObjectiveAdminSession.getObjectiveFormForCreate(Type[] objectiveRecordTypes) Gets the objective form for creating new objectives.ObjectiveAdminSession.getObjectiveFormForUpdate(Id objectiveId) Gets the objective form for updating an existing objective.Methods in org.osid.learning with parameters of type ObjectiveFormModifier and TypeMethodDescriptionObjectiveAdminSession.createObjective(ObjectiveForm objectiveForm) Creates a newObjective.voidObjectiveAdminSession.updateObjective(ObjectiveForm objectiveForm) Updates an existing objective. -
Uses of ObjectiveForm in org.osid.learning.batch
Subinterfaces of ObjectiveForm in org.osid.learning.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating objectives in bulk.