Uses of Interface
org.osid.ontology.batch.OntologyBatchFormList
Packages that use OntologyBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.ontology.batch
service.
-
Uses of OntologyBatchFormList in org.osid.ontology.batch
Methods in org.osid.ontology.batch that return OntologyBatchFormListModifier and TypeMethodDescriptionOntologyBatchAdminSession.getOntologyFormsForCreate(long number, Type[] ontologyRecordTypes) Gets the ontology forms for creating a bunch of new ontologies.OntologyBatchAdminSession.getOntologyFormsForUpdate(IdList ontologyIds) Gets the ontology forms for updating an existing set of ontologies.Methods in org.osid.ontology.batch with parameters of type OntologyBatchFormListModifier and TypeMethodDescriptionOntologyBatchAdminSession.createOntologies(OntologyBatchFormList ontologyForms) Creates a new set ofOntologies.OntologyBatchAdminSession.updateOntologies(OntologyBatchFormList ontologyForms) Updates existing ontologies.