OSID Logo
OSID Specifications
lexicon batch package
Version 3.1.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.Id the text Id
ErrorsILLEGAL_STATE isForUpdate() is false
Compliancemandatory This method must be implemented.