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 Object


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

startingAt

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

returningAtMost

public MembershipQuery<T> returningAtMost(int maxResults)


Copyright © 2013 Atlassian. All Rights Reserved.