| Interface | osid.lexicon.Text | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Used By | osid.lexicon.Idiom | ||
osid.lexicon.Parameter | |||
osid.lexicon.TextAdminSession | |||
osid.lexicon.TextList | |||
osid.lexicon.TextLookupSession | |||
osid.rules.check.Check | |||
| Description |
A | ||
| Method | getTextRecord | ||
| Description |
Gets the text record corresponding to the given
| ||
| Parameters | osid.type.Type | textRecordType | the type of text record to retrieve |
| Return | osid.lexicon.records.TextRecord | the text record | |
| Errors | NULL_ARGUMENT | textRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(textRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |