OSID Logo
OSID Specifications
lexicon batch package
Version 3.0.0
Interfaceosid.lexicon.batch.IdiomBatchForm
Implementsosid.lexicon.IdiomForm
Used Byosid.lexicon.batch.IdiomBatchFormList
Description

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

MethodgetTextId
Description

Gets the Text Id of the idiom if this is a create transaction.

Returnosid.id.Idthe text Id
ErrorsILLEGAL_STATEisForUpdate() is true
CompliancemandatoryThis method must be implemented.
MethodgetIdiomId
Description

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

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