Uses of Class
org.ow2.weblab.core.model.Query

Packages that use Query
org.ow2.weblab.core.model   
org.ow2.weblab.core.services.searcher   
 

Uses of Query in org.ow2.weblab.core.model
 

Subclasses of Query in org.ow2.weblab.core.model
 class ComposedQuery
          This kind of query is only an aggregation of query using a n-ary boolean operator to combine them.
 class ElementaryQuery
          This kind of query is simply not a ComposedQuery.
 class SimilarityQuery
          This query is dedicated for search by similarity and thus its content is one or more resources.
 class StringQuery
          This query is dedicated for any query expression language which can be expressed in a simple string such as full text queries, XQuery or SPARQL.
 

Fields in org.ow2.weblab.core.model with type parameters of type Query
protected  java.util.List<Query> ComposedQuery.query
           
 

Methods in org.ow2.weblab.core.model that return types with arguments of type Query
 javax.xml.bind.JAXBElement<Query> ObjectFactory.createQuery(Query value)
          Create an instance of JAXBElement<Query>}
 java.util.List<Query> ComposedQuery.getQuery()
          Gets the value of the query property.
 

Methods in org.ow2.weblab.core.model with parameters of type Query
 javax.xml.bind.JAXBElement<Query> ObjectFactory.createQuery(Query value)
          Create an instance of JAXBElement<Query>}
 

Uses of Query in org.ow2.weblab.core.services.searcher
 

Fields in org.ow2.weblab.core.services.searcher declared as Query
protected  Query SearchArgs.query
           
 

Methods in org.ow2.weblab.core.services.searcher that return Query
 Query SearchArgs.getQuery()
          Gets the value of the query property.
 

Methods in org.ow2.weblab.core.services.searcher with parameters of type Query
 void SearchArgs.setQuery(Query value)
          Sets the value of the query property.
 



Copyright © 2004-2010. All Rights Reserved.