com.atlassian.crowd.search.query.entity
Class GroupQuery<T>

java.lang.Object
  extended by com.atlassian.crowd.search.query.entity.EntityQuery<T>
      extended by com.atlassian.crowd.search.query.entity.GroupQuery<T>
All Implemented Interfaces:
Query<T>

public class GroupQuery<T>
extends EntityQuery<T>


Field Summary
 
Fields inherited from class com.atlassian.crowd.search.query.entity.EntityQuery
ALL_RESULTS, MAX_MAX_RESULTS
 
Constructor Summary
GroupQuery(Class<T> returnType, GroupType groupType, SearchRestriction searchRestriction, int startIndex, int maxResults)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.search.query.entity.EntityQuery
equals, getEntityDescriptor, getMaxResults, getReturnType, getSearchRestriction, getStartIndex, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupQuery

public GroupQuery(Class<T> returnType,
                  GroupType groupType,
                  SearchRestriction searchRestriction,
                  int startIndex,
                  int maxResults)


Copyright © 2012 Atlassian. All Rights Reserved.