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

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

public static class QueryBuilder.PartialMembershipQueryWithNameToMatch<T>
extends java.lang.Object


Constructor Summary
QueryBuilder.PartialMembershipQueryWithNameToMatch(java.lang.Class<T> returnType, EntityDescriptor entityToReturn, EntityDescriptor entityToMatch, boolean findMembers, java.lang.String nameToMatch)
           
 
Method Summary
 MembershipQuery<T> returningAtMost(int maxResults)
           
 QueryBuilder.PartialMembershipQueryWithStartIndex<T> startingAt(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryBuilder.PartialMembershipQueryWithNameToMatch

public QueryBuilder.PartialMembershipQueryWithNameToMatch(java.lang.Class<T> returnType,
                                                          EntityDescriptor entityToReturn,
                                                          EntityDescriptor entityToMatch,
                                                          boolean findMembers,
                                                          java.lang.String nameToMatch)
Method Detail

startingAt

public QueryBuilder.PartialMembershipQueryWithStartIndex<T> startingAt(int index)

returningAtMost

public MembershipQuery<T> returningAtMost(int maxResults)


Copyright © 2011 Atlassian. All Rights Reserved.