Uses of Interface
org.osid.course.batch.TermBatchFormList
Packages that use TermBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.batch
service.
-
Uses of TermBatchFormList in org.osid.course.batch
Methods in org.osid.course.batch that return TermBatchFormListModifier and TypeMethodDescriptionTermBatchAdminSession.getTermFormsForCreate(long number, Type[] termRecordTypes) Gets the term forms for creating a bunch of new terms.TermBatchAdminSession.getTermFormsForUpdate(IdList termIds) Gets the term forms for updating an existing set of terms.Methods in org.osid.course.batch with parameters of type TermBatchFormListModifier and TypeMethodDescriptionTermBatchAdminSession.createTerms(TermBatchFormList termForms) Creates a new set ofTerms.TermBatchAdminSession.updateTerms(TermBatchFormList termForms) Updates existing terms.