Uses of Interface
org.osid.hierarchy.HierarchyList
Packages that use HierarchyList
Package
Description
The Open Service Interface Definitions for the org.osid.hierarchy
service.
-
Uses of HierarchyList in org.osid.hierarchy
Methods in org.osid.hierarchy that return HierarchyListModifier and TypeMethodDescriptionHierarchyLookupSession.getHierarchies()Gets all hierarchies.HierarchySearchResults.getHierarchies()Gets the hierarchy list resulting from the search.HierarchyLookupSession.getHierarchiesByGenusType(Type hierarchyGenusType) Gets aHierarchyListcorresponding to the given genusTypewhich does not include hierarchies of types derived from the specifiedType.HierarchyLookupSession.getHierarchiesByIds(IdList hierarchyIds) Gets aHierarchycorresponding to the givenIdList.HierarchyLookupSession.getHierarchiesByParentGenusType(Type hierarchyGenusType) Gets aHierarchyListcorresponding to the given hierarchy genusTypeand include any additional hierarchies with types derived from the specifiedType.In plenary mode, the returned list contains all known hierarchies or an error results.HierarchyLookupSession.getHierarchiesByProvider(Id resourceId) Gets aHierarchyListfor the given provider.HierarchyQuerySession.getHierarchiesByQuery(HierarchyQuery hierarchyQuery) Gets a list ofHierarchyobjects matching the given hierarchy query.HierarchyLookupSession.getHierarchiesByRecordType(Type hierarchyRecordType) Gets aHierarchyListcorresponding to the given hierarchy recordType.