Uses of Interface
org.osid.course.TermForm
Packages that use TermForm
Package
Description
The Open Service Interface Definitions for the org.osid.course
service.
The Open Service Interface Definitions for the org.osid.course.batch
service.
-
Uses of TermForm in org.osid.course
Methods in org.osid.course that return TermFormModifier and TypeMethodDescriptionTermAdminSession.getTermFormForCreate(Type[] termRecordTypes) Gets the term form for creating new terms.TermAdminSession.getTermFormForUpdate(Id termId) Gets the term form for updating an existing term.Methods in org.osid.course with parameters of type TermFormModifier and TypeMethodDescriptionTermAdminSession.createTerm(TermForm termForm) Creates a newTerm.voidTermAdminSession.updateTerm(TermForm termForm) Updates an existing term. -
Uses of TermForm in org.osid.course.batch
Subinterfaces of TermForm in org.osid.course.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating terms in bulk.