Uses of Class
com.atlassian.crowd.search.query.membership.MembershipQuery

Packages that use MembershipQuery
com.atlassian.crowd.directory   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.search.builder   
com.atlassian.crowd.search.query.membership   
 

Uses of MembershipQuery in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory with parameters of type MembershipQuery
<T> java.util.List<T>
RemoteDirectory.searchGroupRelationships(MembershipQuery<T> query)
          Searches for membership information.
 

Uses of MembershipQuery in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application with parameters of type MembershipQuery
<T> java.util.List<T>
ApplicationService.searchDirectGroupRelationships(Application application, MembershipQuery<T> query)
          Searches for direct group relationships in any of the application's active assigned directories.
<T> java.util.List<T>
ApplicationService.searchNestedGroupRelationships(Application application, MembershipQuery<T> query)
          Searches for direct and indirect (nested) group relationships in any of the application's active assigned directories.
 

Uses of MembershipQuery in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory with parameters of type MembershipQuery
<T> java.util.List<T>
DirectoryManager.searchDirectGroupRelationships(long directoryId, MembershipQuery<T> query)
          Searches for direct group relationships in the directory specified by the passed in directoryId.
<T> java.util.List<T>
DirectoryManager.searchNestedGroupRelationships(long directoryId, MembershipQuery<T> query)
          Searches for direct and indirect (nested) group relationships in the directory specified by the passed in directoryId.
 

Uses of MembershipQuery in com.atlassian.crowd.search.builder
 

Methods in com.atlassian.crowd.search.builder that return MembershipQuery
static
<T> MembershipQuery<T>
QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, java.lang.Class<T> returnType, EntityDescriptor entityToMatch, java.lang.String nameToMatch)
           
 MembershipQuery<T> QueryBuilder.PartialMembershipQueryWithNameToMatch.returningAtMost(int maxResults)
           
 MembershipQuery<T> QueryBuilder.PartialMembershipQueryWithStartIndex.returningAtMost(int maxResults)
           
 

Uses of MembershipQuery in com.atlassian.crowd.search.query.membership
 

Subclasses of MembershipQuery in com.atlassian.crowd.search.query.membership
 class GroupMembershipQuery<T>
           
 class GroupMembersOfGroupQuery<T>
           
 class UserMembershipQuery<T>
           
 class UserMembersOfGroupQuery<T>
           
 

Constructors in com.atlassian.crowd.search.query.membership with parameters of type MembershipQuery
MembershipQuery(MembershipQuery<T> query, int startIndex, int maxResults)
           
MembershipQuery(MembershipQuery query, java.lang.Class<T> returnType)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.