Uses of Class
org.xcmis.search.model.Query

Packages that use Query
org.xcmis.search   
org.xcmis.search.model   
org.xcmis.search.parser   
 

Uses of Query in org.xcmis.search
 

Methods in org.xcmis.search with parameters of type Query
 void Visitors.AbstractModelVisitor.visit(Query node)
           
 void Visitors.WalkAllVisitor.visit(Query query)
          
 void Visitors.ReadableVisitor.visit(Query query)
          
 void QueryObjectModelVisitor.visit(Query node)
           
 

Uses of Query in org.xcmis.search.model
 

Methods in org.xcmis.search.model that return Query
 Query Query.adding(Column... columns)
          Create a copy of this query, but that returns results that include the columns specified by this query as well as the supplied columns.
 Query Query.adding(Ordering... orderings)
          Create a copy of this query, but that returns results that are ordered by the orderings of this column as well as those supplied.
 Query Query.constrainedBy(Constraint constraint)
          Create a copy of this query, but one that uses the supplied constraint.
 Query Query.distinct()
          Create a copy of this query, but one in which there are no duplicate rows in the results.
 Query Query.orderedBy(List<Ordering> orderings)
          Create a copy of this query, but one whose results should be ordered by the supplied orderings.
 Query Query.returning(List<Column> columns)
          Create a copy of this query, but that returns results with the supplied columns.
 Query Query.withLimit(int rowLimit)
          Create a copy of this query, but one that uses the supplied limit on the number of result rows.
 Query Query.withOffset(int offset)
          Create a copy of this query, but one that uses the supplied offset.
 

Uses of Query in org.xcmis.search.parser
 

Methods in org.xcmis.search.parser that return Query
 Query QueryParser.parseQuery(String statement)
          Parse the supplied query from a string representation into a Query.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.