OSID Logo
OSID Specifications
lexicon package
Version 3.0.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.TypetextRecordTypea text record type
Returnosid.lexicon.records.TextFormRecordthe text form record
ErrorsNULL_ARGUMENTtextRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(textRecordType) is false
CompliancemandatoryThis method must be implemented.