Uses of Interface
org.osid.lexicon.batch.TextBatchFormList
Packages that use TextBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.lexicon.batch
service.
-
Uses of TextBatchFormList in org.osid.lexicon.batch
Methods in org.osid.lexicon.batch that return TextBatchFormListModifier and TypeMethodDescriptionTextBatchAdminSession.getTextFormsForCreate(long number, Type[] TextRecordTypes) Gets the texts forms for creating a bunch of new texts.TextBatchAdminSession.getTextFormsForUpdate(IdList TextIds) Gets the text forms for updating an existing set of texts.Methods in org.osid.lexicon.batch with parameters of type TextBatchFormListModifier and TypeMethodDescriptionTextBatchAdminSession.createTexts(TextBatchFormList TextForms) Creates a new set ofTexts.TextBatchAdminSession.updateTexts(TextBatchFormList TextForms) Updates existing texts.