|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MembershipQuery in com.atlassian.crowd.directory |
|---|
| Methods in com.atlassian.crowd.directory with parameters of type MembershipQuery | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
ApplicationService.searchDirectGroupRelationships(Application application,
MembershipQuery<T> query)
Searches for direct group relationships in any of the application's active assigned directories. |
|
|
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 | ||
|---|---|---|
|
DirectoryManager.searchDirectGroupRelationships(long directoryId,
MembershipQuery<T> query)
Searches for direct group relationships in the directory specified by the passed in directoryId. |
|
|
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
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||