Uses of Interface
org.osid.installation.PackageQuery
Packages that use PackageQuery
Package
Description
The Open Service Interface Definitions for the org.osid.installation
service.
-
Uses of PackageQuery in org.osid.installation
Methods in org.osid.installation that return PackageQueryModifier and TypeMethodDescriptionPackageQuery.getDependencyQuery()Gets the query for a dependency.PackageQuery.getDependentQuery()Gets the query for a dependent.DepotQuery.getPackageQuery()Gets the query for a package.InstallationQuery.getPackageQuery()Gets the query for a package.PackageQuerySession.getPackageQuery()Gets a package query.PackageSmartDepotSession.getPackageQuery()Gets a package query.PackageSearchSession.getPackageQueryFromInspector(PackageQueryInspector packageQueryInspector) Gets a package query from an inspector.PackageSmartDepotSession.getPackageQueryFromInspector(PackageQueryInspector packageQueryInspector) Gets a package query from an inspector.PackageQuery.getVersionedPackageQuery()Gets the query for a version chain.Methods in org.osid.installation with parameters of type PackageQueryModifier and TypeMethodDescriptionvoidPackageSmartDepotSession.applyPackageQuery(PackageQuery packageQuery) Applies a package query to this depot.PackageQuerySession.getPackagesByQuery(PackageQuery packageQuery) Gets a list ofPackagesmatching the given package query.PackageSearchSession.getPackagesBySearch(PackageQuery packageQuery, PackageSearch packageSearch) Gets the search results matching the given search query using the given search.