Uses of Interface
org.osid.ontology.OntologyList
Packages that use OntologyList
Package
Description
The Open Service Interface Definitions for the org.osid.ontology
service.
The Open Service Interface Definitions for the org.osid.ontology.rules
service.
-
Uses of OntologyList in org.osid.ontology
Methods in org.osid.ontology that return OntologyListModifier and TypeMethodDescriptionOntologyHierarchySession.getChildOntologies(Id ontologyId) Gets the children of the given ontology.OntologyLookupSession.getOntologies()Gets allOntologies.OntologySearchResults.getOntologies()Gets the ontology list resulting from the search.OntologyLookupSession.getOntologiesByGenusType(Type ontologyGenusType) Gets anOntologyListcorresponding to the given ontology genusTypewhich does not include ontologies of types derived from the specifiedType.In plenary mode, the returned list contains all known ontologies or an error results.OntologyLookupSession.getOntologiesByIds(IdList ontologyIds) Gets anOntologyListcorresponding to the givenIdList.OntologyLookupSession.getOntologiesByParentGenusType(Type ontologyGenusType) Gets anOntologyListcorresponding to the given ontology genusTypeand include any additional ontologies with genus types derived from the specifiedType.In plenary mode, the returned list contains all known ontologies or an error results.OntologyLookupSession.getOntologiesByProvider(Id resourceId) Gets anOntologyListfor the given provider.OntologyQuerySession.getOntologiesByQuery(OntologyQuery ontologyQuery) Gets a list ofOntologyobjects matching the given ontology query.OntologyLookupSession.getOntologiesByRecordType(Type ontologyRecordType) Gets anOntologyListcontaining the given ontology recordType.RelevancyOntologySession.getOntologiesByRelevancy(Id relevancyId) Gets the list ofOntologiesmapped to aRelevancy.SubjectOntologySession.getOntologiesBySubject(Id subjectId) Gets the list ofOntologiesmapped to aSubject.OntologyHierarchySession.getParentOntologies(Id ontologyId) Gets the parents of the given ontology.OntologyHierarchySession.getRootOntologies()Gets the root ontologies in this ontology hierarchy. -
Uses of OntologyList in org.osid.ontology.rules
Methods in org.osid.ontology.rules that return OntologyListModifier and TypeMethodDescriptionRelevancyEnablerOntologySession.getOntologiesByRelevancyEnabler(Id relevancyEnablerId) Gets theOntologiesmapped to aRelevancyEnabler.