OSID Logo
OSID Specifications
dictionary package
Version 3.1.0
Interfaceosid.dictionary.DictionaryForm
Implementsosid.OsidCatalogForm
Implemented Byosid.dictionary.batch.DictionaryBatchForm
Used Byosid.dictionary.DictionaryAdminSession
Description

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

MethodgetDictionaryFormRecord
Description

Gets the DictionaryFormRecord corresponding to the given dictionary record Type.

Parametersosid.type.TypedictionaryRecordType a dictionary record type
Returnosid.dictionary.records.DictionaryFormRecord the dictionary form record
ErrorsNULL_ARGUMENT dictionaryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dictionaryRecordType) is false
Compliancemandatory This method must be implemented.