com.atlassian.crowd.search.builder
Class QueryBuilder.PartialEntityQueryWithStartIndex<T>

java.lang.Object
  extended by com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithStartIndex<T>
Enclosing class:
QueryBuilder

public static class QueryBuilder.PartialEntityQueryWithStartIndex<T>
extends Object


Constructor Summary
QueryBuilder.PartialEntityQueryWithStartIndex(Class<T> returnType, EntityDescriptor entity, SearchRestriction restriction, int startIndex)
           
 
Method Summary
 EntityQuery<T> returningAtMost(int maxResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryBuilder.PartialEntityQueryWithStartIndex

public QueryBuilder.PartialEntityQueryWithStartIndex(Class<T> returnType,
                                                     EntityDescriptor entity,
                                                     SearchRestriction restriction,
                                                     int startIndex)
Method Detail

returningAtMost

public EntityQuery<T> returningAtMost(int maxResults)


Copyright © 2013 Atlassian. All Rights Reserved.