com.atlassian.crowd.search.builder
Class QueryBuilder.PartialMembershipQueryWithStartIndex

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

public static class QueryBuilder.PartialMembershipQueryWithStartIndex
extends java.lang.Object


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

returningAtMost

public MembershipQuery returningAtMost(int maxResults)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.