Uses of Interface
org.osid.ontology.OntologyForm
Packages that use OntologyForm
Package
Description
The Open Service Interface Definitions for the org.osid.ontology
service.
The Open Service Interface Definitions for the org.osid.ontology.batch
service.
-
Uses of OntologyForm in org.osid.ontology
Methods in org.osid.ontology that return OntologyFormModifier and TypeMethodDescriptionOntologyAdminSession.getOntologyFormForCreate(Type[] ontologyRecordTypes) Gets the ontology form for creating new ontologies.OntologyAdminSession.getOntologyFormForUpdate(Id ontologyId) Gets the ontology form for updating an existing ontology.Methods in org.osid.ontology with parameters of type OntologyFormModifier and TypeMethodDescriptionOntologyAdminSession.createOntology(OntologyForm ontologyForm) Creates a newOntology.voidOntologyAdminSession.updateOntology(OntologyForm ontologyForm) Updates an existing ontology. -
Uses of OntologyForm in org.osid.ontology.batch
Subinterfaces of OntologyForm in org.osid.ontology.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating ontologies in bulk.