| Interface | osid.dictionary.DictionaryForm | ||
|---|---|---|---|
| Implements | osid.OsidCatalogForm | ||
| Implemented By | osid.dictionary.batch.DictionaryBatchForm | ||
| Used By | osid.dictionary.DictionaryAdminSession | ||
| Description |
This is the form for creating and updating a
| ||
| Method | getDictionaryFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | dictionaryRecordType | a dictionary record type |
| Return | osid.dictionary.records.DictionaryFormRecord | the dictionary form record | |
| Errors | NULL_ARGUMENT | dictionaryRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(dictionaryRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |