OSID Logo
OSID Specifications
dictionary package
Version 3.0.0
Release Candidate Preview
Interfaceosid.dictionary.DictionaryForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating a Dictionary. Like all OsidForm objects, 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.TypedictionaryRecordTypea dictionary record type
Returnosid.dictionary.records.DictionaryFormRecordthe dictionary form record
ErrorsNULL_ARGUMENT dictionaryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(dictionaryRecordType) is false
CompliancemandatoryThis method must be implemented.