com.atlassian.crowd.search.query.membership
Class GroupMembershipQuery<T>

java.lang.Object
  extended by com.atlassian.crowd.search.query.membership.MembershipQuery<T>
      extended by com.atlassian.crowd.search.query.membership.GroupMembershipQuery<T>
All Implemented Interfaces:
Query<T>

public class GroupMembershipQuery<T>
extends MembershipQuery<T>


Constructor Summary
GroupMembershipQuery(Class<T> returnType, boolean findMembers, EntityDescriptor entityToMatch, String entityNameToMatch, EntityDescriptor entityToReturn, int startIndex, int maxResults)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.search.query.membership.MembershipQuery
equals, getEntityNameToMatch, getEntityToMatch, getEntityToReturn, getMaxResults, getReturnType, getSearchRestriction, getStartIndex, hashCode, isFindChildren, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupMembershipQuery

public GroupMembershipQuery(Class<T> returnType,
                            boolean findMembers,
                            EntityDescriptor entityToMatch,
                            String entityNameToMatch,
                            EntityDescriptor entityToReturn,
                            int startIndex,
                            int maxResults)


Copyright © 2013 Atlassian. All Rights Reserved.