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 java.lang.Object


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

returningAtMost

public MembershipQuery<T> returningAtMost(int maxResults)


Copyright © 2010 Atlassian. All Rights Reserved.