Uses of Interface
org.osid.inquiry.ResponseQuery
Packages that use ResponseQuery
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry
service.
-
Uses of ResponseQuery in org.osid.inquiry
Methods in org.osid.inquiry that return ResponseQueryModifier and TypeMethodDescriptionInquestQuery.getResponseQuery()Gets the query for a response.ResponseQuerySession.getResponseQuery()Gets a response query.ResponseSmartInquestSession.getResponseQuery()Gets a response query.ResponseSearchSession.getResponseQueryFromInspector(ResponseQueryInspector responseQueryInspector) Gets a response query from an inspector.ResponseSmartInquestSession.getResponseQueryFromInspector(ResponseQueryInspector responseQueryInspector) Gets a response query from an inspector.Methods in org.osid.inquiry with parameters of type ResponseQueryModifier and TypeMethodDescriptionvoidResponseSmartInquestSession.applyResponseQuery(ResponseQuery responseQuery) Applies a response query to this inquest.ResponseQuerySession.getResponsesByQuery(ResponseQuery responseQuery) Gets a list ofResponsesmatching the given response query.ResponseSearchSession.getResponsesBySearch(ResponseQuery responseQuery, ResponseSearch responseSearch) Gets the search results matching the given search query using the given search.