Uses of Interface
org.osid.offering.ResultQuery
Packages that use ResultQuery
Package
Description
The Open Service Interface Definitions for the org.osid.offering
service.
-
Uses of ResultQuery in org.osid.offering
Methods in org.osid.offering that return ResultQueryModifier and TypeMethodDescriptionCatalogueQuery.getResultQuery()Gets the query for a result.ResultQuerySession.getResultQuery()Gets a result query.ResultSmartCatalogueSession.getResultQuery()Gets a result query.ResultSearchSession.getResultQueryFromInspector(ResultQueryInspector resultQueryInspector) Gets a result query from an inspector.ResultSmartCatalogueSession.getResultQueryFromInspector(ResultQueryInspector resultQueryInspector) Gets a result query from an inspector.Methods in org.osid.offering with parameters of type ResultQueryModifier and TypeMethodDescriptionvoidResultSmartCatalogueSession.applyResultQuery(ResultQuery resultQuery) Applies a result query to this catalogue.ResultQuerySession.getResultsByQuery(ResultQuery resultQuery) Gets a list of results matching the given result query.ResultSearchSession.getResultsBySearch(ResultQuery resultQuery, ResultSearch resultSearch) Gets the search results matching the given search.