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

Packages that use Limit
org.xcmis.search   
org.xcmis.search.model   
 

Uses of Limit in org.xcmis.search
 

Methods in org.xcmis.search with parameters of type Limit
 void Visitors.AbstractModelVisitor.visit(Limit limit)
           
 void Visitors.WalkAllVisitor.visit(Limit limit)
          
 void Visitors.ReadableVisitor.visit(Limit limit)
          
 void QueryObjectModelVisitor.visit(Limit limit)
           
 

Uses of Limit in org.xcmis.search.model
 

Fields in org.xcmis.search.model declared as Limit
static Limit Limit.NONE
           
 

Methods in org.xcmis.search.model that return Limit
 Limit Query.getLimits()
          Get the limits associated with this query.
 Limit Limit.withOffset(int offset)
           
 Limit Limit.withRowLimit(int rowLimit)
           
 

Constructors in org.xcmis.search.model with parameters of type Limit
Query(Source source, Constraint constraint, List<Ordering> orderings, List<Column> columns, Limit limit)
          Create a new query that uses the supplied source, constraint, orderings, columns and limits.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.