Uses of Interface
org.osid.cataloging.CatalogQuery
Packages that use CatalogQuery
Package
Description
The Open Service Interface Definitions for the org.osid.cataloging
service.
The Open Service Interface Definitions for the org.osid.cataloging.rules
service.
-
Uses of CatalogQuery in org.osid.cataloging
Methods in org.osid.cataloging that return CatalogQueryModifier and TypeMethodDescriptionCatalogQuery.getAncestorCatalogQuery()Gets the query for a catalog.CatalogQuerySession.getCatalogQuery()Gets a catalog query.CatalogSearchSession.getCatalogQueryFromInspector(CatalogQueryInspector catalogQueryInspector) Gets a catalog query from an inspector.CatalogQuery.getDescendantCatalogQuery()Gets the query for a catalog.Methods in org.osid.cataloging with parameters of type CatalogQueryModifier and TypeMethodDescriptionCatalogQuerySession.getCatalogsByQuery(CatalogQuery catalogQuery) Gets a list ofCatalogsmatching the given catalog query.CatalogSearchSession.getCatalogsBySearch(CatalogQuery catalogQuery, CatalogSearch catalogSearch) Gets the search results matching the given search. -
Uses of CatalogQuery in org.osid.cataloging.rules
Methods in org.osid.cataloging.rules that return CatalogQueryModifier and TypeMethodDescriptionCatalogEnablerQuery.getCatalogQuery()Gets the query for a catalog.CatalogEnablerQuery.getRuledCatalogQuery()Gets the query for a catalog.