Uses of Interface
org.osid.course.TermList
Packages that use TermList
Package
Description
The Open Service Interface Definitions for the org.osid.course
service.
-
Uses of TermList in org.osid.course
Methods in org.osid.course that return TermListModifier and TypeMethodDescriptionTermHierarchySession.getChildTerms(Id termId) Gets the children of the given term.TermHierarchySession.getParentTerms(Id termId) Gets the parents of the given term.TermHierarchySession.getRootTerms()Gets the root terms in the term hierarchy.TermLookupSession.getTerms()Gets allTerms.TermSearchResults.getTerms()Gets the term list resulting from a search.TermLookupSession.getTermsByClassesDate(DateTime datetime) Gets aTermListwhere to the givenDateTimefalls within the classes date range inclusive.TermCourseCatalogSession.getTermsByCourseCatalog(Id courseCatalogId) Gets the list ofTermassociated with aCourseCatalog.TermCourseCatalogSession.getTermsByCourseCatalogs(IdList courseCatalogIds) Gets the list ofTermscorresponding to a list ofCourseCatalogobjects.TermLookupSession.getTermsByGenusType(Type termGenusType) Gets aTermListcorresponding to the given term genusTypewhich does not include terms of genus types derived from the specifiedType.TermLookupSession.getTermsByIds(IdList termIds) Gets aTermListcorresponding to the givenIdList.TermLookupSession.getTermsByParentGenusType(Type termGenusType) Gets aTermListcorresponding to the given term genusTypeand include any additional terms with genus types derived from the specifiedType.TermQuerySession.getTermsByQuery(TermQuery termQuery) Gets a list ofTermsmatching the given term query.TermLookupSession.getTermsByRecordType(Type termRecordType) Gets aTermListcontaining the given term recordType.