Uses of Interface
org.osid.course.requisite.LearningObjectiveRequirementForm
Packages that use LearningObjectiveRequirementForm
Package
Description
The Open Service Interface Definitions for the org.osid.course.requisite
service.
-
Uses of LearningObjectiveRequirementForm in org.osid.course.requisite
Methods in org.osid.course.requisite that return LearningObjectiveRequirementFormModifier and TypeMethodDescriptionRequisiteAdminSession.getLearningObjectiveRequirementFormForCreate(Id objectiveId, Type[] learningObjectiveRequirementRecordTypes) Gets the learning objective requirement form for creating new learning objective requirements.RequisiteAdminSession.getLearningObjectiveRequirementFormForUpdate(Id learningObjectiveRequirementId) Gets the learning objective requirement form for updating an existing learning objective requirement.Methods in org.osid.course.requisite with parameters of type LearningObjectiveRequirementFormModifier and TypeMethodDescriptionRequisiteAdminSession.createLearningObjectiveRequirement(Id objectiveId, LearningObjectiveRequirementForm learningObjectiveRequirementForm) Creates a newLearningObjectiveRequirement.voidRequisiteAdminSession.updateLearningObjectiveRequirement(LearningObjectiveRequirementForm learningObjectiveRequirementForm) Updates an existing learning objective requirement.