OSID Logo
OSID Specifications
lexicon batch package
Version 3.0.0
Interfaceosid.lexicon.batch.TextBatchForm
Implementsosid.lexicon.TextForm
Used Byosid.lexicon.batch.TextBatchFormList
Description

This is the form for creating and updating texts in bulk. Like all OsidForms , various data elements may be set here for use in the create and update methods in the TextBatchAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetTextId
Description

Gets the Id of the text to be updated if this is an update transaction.

Returnosid.id.Idthe text Id
ErrorsILLEGAL_STATEisForUpdate() is false
CompliancemandatoryThis method must be implemented.