Uses of Interface
org.osid.course.program.ProgramForm
Packages that use ProgramForm
Package
Description
The Open Service Interface Definitions for the org.osid.course.program
service.
The Open Service Interface Definitions for the org.osid.course.program.batch
service.
-
Uses of ProgramForm in org.osid.course.program
Methods in org.osid.course.program that return ProgramFormModifier and TypeMethodDescriptionProgramAdminSession.getProgramFormForCreate(Type[] programRecordTypes) Gets the program form for creating new programs.ProgramAdminSession.getProgramFormForUpdate(Id programId) Gets the program form for updating an existing course.Methods in org.osid.course.program with parameters of type ProgramFormModifier and TypeMethodDescriptionProgramAdminSession.createProgram(ProgramForm programForm) Creates a newProgram.voidProgramAdminSession.updateProgram(ProgramForm programForm) Updates an existing program. -
Uses of ProgramForm in org.osid.course.program.batch
Subinterfaces of ProgramForm in org.osid.course.program.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating programs in bulk.