OSID Logo
OSID Specifications
lexicon batch package
Version 3.1.0
Interfaceosid.lexicon.batch.ParameterBatchForm
Implementsosid.lexicon.ParameterForm
Used Byosid.lexicon.batch.ParameterBatchFormList
Description

This is the form for creating and updating parameters in bulk. Like all OsidForms, various data elements may be set here for use in the create and update methods in the ParameterBatchAdminSession. 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 parameter if this is a create transaction.

Returnosid.id.Id the text Id
ErrorsILLEGAL_STATE isForUpdate() is true
Compliancemandatory This method must be implemented.
MethodgetParameterId
Description

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

Returnosid.id.Id the parameter Id
ErrorsILLEGAL_STATE isForUpdate() is false
Compliancemandatory This method must be implemented.