Uses of Class
org.weblab_project.core.model.query.Query

Packages that use Query
org.weblab_project.core.model.query   
org.weblab_project.services.searcher.types   
 

Uses of Query in org.weblab_project.core.model.query
 

Subclasses of Query in org.weblab_project.core.model.query
 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.weblab_project.core.model.query with type parameters of type Query
protected  java.util.List<Query> ComposedQuery.query
           
 

Methods in org.weblab_project.core.model.query that return types with arguments of type Query
 java.util.List<Query> ComposedQuery.getQuery()
          Gets the value of the query property.
 

Uses of Query in org.weblab_project.services.searcher.types
 

Fields in org.weblab_project.services.searcher.types declared as Query
protected  Query SearchArgs.query
           
 

Methods in org.weblab_project.services.searcher.types that return Query
 Query SearchArgs.getQuery()
          Gets the value of the query property.
 

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



Copyright © 2004-2009. All Rights Reserved.