Uses of Class
com.rometools.modules.opensearch.entity.OSQuery
-
Packages that use OSQuery Package Description com.rometools.modules.opensearch com.rometools.modules.opensearch.impl -
-
Uses of OSQuery in com.rometools.modules.opensearch
Methods in com.rometools.modules.opensearch that return types with arguments of type OSQuery Modifier and Type Method Description List<OSQuery>OpenSearchResponse. getQueries()Query– in an OpenSearch Response, can be used both to echo back the original query and to suggest new searches.Methods in com.rometools.modules.opensearch with parameters of type OSQuery Modifier and Type Method Description voidOpenSearchResponse. addQuery(OSQuery query)Adds a query to the module.Method parameters in com.rometools.modules.opensearch with type arguments of type OSQuery Modifier and Type Method Description voidOpenSearchResponse. setQueries(List<OSQuery> query)Query– in an OpenSearch Response, can be used both to echo back the original query and to suggest new searches. -
Uses of OSQuery in com.rometools.modules.opensearch.impl
Methods in com.rometools.modules.opensearch.impl that return types with arguments of type OSQuery Modifier and Type Method Description List<OSQuery>OpenSearchModuleImpl. getQueries()Methods in com.rometools.modules.opensearch.impl with parameters of type OSQuery Modifier and Type Method Description voidOpenSearchModuleImpl. addQuery(OSQuery query)protected org.jdom2.ElementOpenSearchModuleGenerator. generateQueryElement(OSQuery query)Method parameters in com.rometools.modules.opensearch.impl with type arguments of type OSQuery Modifier and Type Method Description voidOpenSearchModuleImpl. setQueries(List<OSQuery> queries)
-