Uses of Interface
org.osid.lexicon.TextForm
Packages that use TextForm
Package
Description
The Open Service Interface Definitions for the org.osid.lexicon
service.
The Open Service Interface Definitions for the org.osid.lexicon.batch
service.
-
Uses of TextForm in org.osid.lexicon
Methods in org.osid.lexicon that return TextFormModifier and TypeMethodDescriptionTextAdminSession.getTextFormForCreate(Type[] textRecordTypes) Gets the text form for creating new texts.TextAdminSession.getTextFormForUpdate(Id textId) Gets the text form for updating an existing text.Methods in org.osid.lexicon with parameters of type TextFormModifier and TypeMethodDescriptionTextAdminSession.createText(TextForm textForm) Creates a newText.voidTextAdminSession.updateText(TextForm textForm) Updates an existing text. -
Uses of TextForm in org.osid.lexicon.batch
Subinterfaces of TextForm in org.osid.lexicon.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating texts in bulk.