OSID Logo
OSID Specifications
lexicon package
Version 3.1.0
Interfaceosid.lexicon.TextForm
Implementsosid.OsidObjectForm
Implemented Byosid.lexicon.batch.TextBatchForm
Used Byosid.lexicon.TextAdminSession
Description

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

MethodgetTextFormRecord
Description

Gets the TextFormRecord corresponding to the given text record Type.

Parametersosid.type.TypetextRecordType a text record type
Returnosid.lexicon.records.TextFormRecord the text form record
ErrorsNULL_ARGUMENT textRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(textRecordType) is false
Compliancemandatory This method must be implemented.