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

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

public static class QueryBuilder.PartialMembershipQueryWithStartIndex<T>
extends Object


Constructor Summary
QueryBuilder.PartialMembershipQueryWithStartIndex(Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, String nameToMatch, int startIndex)
           
 
Method Summary
 MembershipQuery<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.PartialMembershipQueryWithStartIndex

public QueryBuilder.PartialMembershipQueryWithStartIndex(Class<T> returnType,
                                                         EntityDescriptor entityToReturn,
                                                         EntityDescriptor entityToMatch,
                                                         boolean findMembers,
                                                         String nameToMatch,
                                                         int startIndex)
Method Detail

returningAtMost

public MembershipQuery<T> returningAtMost(int maxResults)


Copyright © 2013 Atlassian. All Rights Reserved.