OSID Logo
OSID Specifications
ontology package
Version 3.1.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.TypeontologyRecordType an ontology record type
Returnosid.ontology.records.OntologyFormRecord the ontology form record
ErrorsNULL_ARGUMENT ontologyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(ontologyRecordType) is false
Compliancemandatory This method must be implemented.