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

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

public class UserMembershipQuery<T>
extends MembershipQuery<T>


Constructor Summary
UserMembershipQuery(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

UserMembershipQuery

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


Copyright © 2013 Atlassian. All Rights Reserved.