OSID Logo
OSID Specifications
ontology package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ontology.OntologyForm
Implementsosid.OsidCatalogForm
Description

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

MethodgetOntologyFormRecord
Description

Gets the OntologyFormRecord corresponding to the given ontology record Type.

Parametersosid.type.TypeontologyRecordTypean ontology record type
Returnosid.ontology.records.OntologyFormRecordthe ontology form record
ErrorsNULL_ARGUMENT ontologyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(ontologyRecordType) is false
CompliancemandatoryThis method must be implemented.