Uses of Interface
org.osid.installation.DepotList
Packages that use DepotList
Package
Description
The Open Service Interface Definitions for the org.osid.installation
service.
-
Uses of DepotList in org.osid.installation
Methods in org.osid.installation that return DepotListModifier and TypeMethodDescriptionDepotHierarchySession.getChildDepots(Id depotId) Gets the children of the given depot.DepotLookupSession.getDepots()Gets allDepots.DepotSearchResults.getDepots()Gets the depot list resulting from the search.DepotLookupSession.getDepotsByGenusType(Type depotGenusType) Gets aDepotListcorresponding to the given depot genusTypewhich does not include depots of types derived from the specifiedType.DepotLookupSession.getDepotsByIds(IdList depotIds) Gets aDepotListcorresponding to the givenIdList.PackageDepotSession.getDepotsByPackage(Id packageId) Gets the list ofDepotsmapped to aPackage.DepotLookupSession.getDepotsByParentGenusType(Type depotGenusType) Gets aDepotListcorresponding to the given depot genusTypeand include any additional depots with genus types derived from the specifiedType.DepotLookupSession.getDepotsByProvider(Id resourceId) Gets aDepotListfor the given provider.DepotQuerySession.getDepotsByQuery(DepotQuery depotQuery) Gets a list ofDepotobjects matching the given depot query.DepotLookupSession.getDepotsByRecordType(Type depotRecordType) Gets aDepotListcontaining the given depot recordType.DepotHierarchySession.getParentDepots(Id depotId) Gets the parents of the given depot.DepotHierarchySession.getRootDepots()Gets the root depots in this depot hierarchy.