OSID Logo
OSID Specifications
ontology package
Version 3.0.0
Interfaceosid.ontology.OntologyForm
Implementsosid.OsidCatalogForm
Implemented Byosid.ontology.batch.OntologyBatchForm
Used Byosid.ontology.OntologyAdminSession
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_ARGUMENTontologyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(ontologyRecordType) is false
CompliancemandatoryThis method must be implemented.