Uses of Interface
org.osid.installation.DepotQuery
Packages that use DepotQuery
Package
Description
The Open Service Interface Definitions for the org.osid.installation
service.
-
Uses of DepotQuery in org.osid.installation
Methods in org.osid.installation that return DepotQueryModifier and TypeMethodDescriptionDepotQuery.getAncestorDepotQuery()Gets the query for a Depot.DepotQuerySession.getDepotQuery()Gets a depot query.PackageQuery.getDepotQuery()Gets the query for a depot.DepotSearchSession.getDepotQueryFromInspector(DepotQueryInspector depotQueryInspector) Gets a depot query from an inspector.DepotQuery.getDescendantDepotQuery()Gets the query for a Depot.Methods in org.osid.installation with parameters of type DepotQueryModifier and TypeMethodDescriptionDepotQuerySession.getDepotsByQuery(DepotQuery depotQuery) Gets a list ofDepotobjects matching the given depot query.DepotSearchSession.getDepotsBySearch(DepotQuery depotQuery, DepotSearch depotSearch) Gets the search results matching the given search query using the given search.