Package | Description |
---|---|
org.osid.ontology |
The Open Service Interface Definitions for the org.osid.ontology
service.
|
org.osid.ontology.batch |
The Open Service Interface Definitions for the org.osid.ontology.batch
service.
|
Modifier and Type | Method and Description |
---|---|
OntologyForm |
OntologyAdminSession.createOntology(OntologyForm ontologyForm)
Creates a new
Ontology. |
OntologyForm |
OntologyAdminSession.getOntologyFormForCreate(Type[] ontologyRecordTypes)
Gets the ontology form for creating new ontologies.
|
OntologyForm |
OntologyAdminSession.getOntologyFormForUpdate(Id ontologyId)
Gets the ontology form for updating an existing ontology.
|
Modifier and Type | Method and Description |
---|---|
OntologyForm |
OntologyAdminSession.createOntology(OntologyForm ontologyForm)
Creates a new
Ontology. |
void |
OntologyAdminSession.updateOntology(OntologyForm ontologyForm)
Updates an existing ontology.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OntologyBatchForm
This is the form for creating and updating ontologies in bulk.
|