OSID Logo
OSID Specifications
lexicon batch package
Version 3.0.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.Idthe text Id
ErrorsILLEGAL_STATEisForUpdate() is true
CompliancemandatoryThis method must be implemented.
MethodgetParameterId
Description

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

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