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

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

public static class QueryBuilder.PartialMembershipQueryWithNameToMatch
extends Object


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

startingAt

public QueryBuilder.PartialMembershipQueryWithStartIndex startingAt(int index)

returningAtMost

public MembershipQuery returningAtMost(int maxResults)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.