Uses of Class
com.atlassian.crowd.search.query.membership.MembershipQuery
Packages that use MembershipQuery
Package
Description
-
Uses of MembershipQuery in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type MembershipQueryModifier and TypeMethodDescription<T> List<T>MultiValuesQueriesSupport.searchGroupRelationships(MembershipQuery<T> query) Searches for membership information.<T> List<T>RemoteDirectory.searchGroupRelationships(MembershipQuery<T> query) Searches for membership information.MultiValuesQueriesSupport.searchGroupRelationshipsGroupedByName(MembershipQuery<T> query) Searches forgroupsthat match the supplied query criteria. -
Uses of MembershipQuery in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application with parameters of type MembershipQueryModifier and TypeMethodDescription<T> List<T>ApplicationService.searchDirectGroupRelationships(Application application, MembershipQuery<T> query) Searches for direct group relationships in any of the application's active assigned directories.<T> 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 MembershipQueryModifier and TypeMethodDescription<T> List<T>DirectoryManager.searchDirectGroupRelationships(long directoryId, MembershipQuery<T> query) Searches for direct group relationships in the directory specified by the passed indirectoryId.DirectoryManager.searchDirectGroupRelationshipsGroupedByName(long directoryId, MembershipQuery<T> query) Searches for direct group relationships in the directory specified by the passed indirectoryId.<T> List<T>DirectoryManager.searchNestedGroupRelationships(long directoryId, MembershipQuery<T> query) Searches for direct and indirect (nested) group relationships in the directory specified by the passed indirectoryId. -
Uses of MembershipQuery in com.atlassian.crowd.search.builder
Methods in com.atlassian.crowd.search.builder that return MembershipQueryModifier and TypeMethodDescriptionstatic <T> MembershipQuery<T>QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, Class<T> returnType, EntityDescriptor entityToMatch, SearchRestriction searchRestriction, String... namesToMatch) static <T> MembershipQuery<T>QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, Class<T> returnType, EntityDescriptor entityToMatch, String nameToMatch) Deprecated.static <T> MembershipQuery<T>QueryBuilder.createMembershipQuery(int maxResults, int startIndex, boolean findMembers, EntityDescriptor entityToReturn, Class<T> returnType, EntityDescriptor entityToMatch, String... namesToMatch) Deprecated.QueryBuilder.PartialMembershipQueryWithNameToMatch.returningAtMost(int maxResults) QueryBuilder.PartialMembershipQueryWithStartIndex.returningAtMost(int maxResults) -
Uses of MembershipQuery in com.atlassian.crowd.search.query.membership
Subclasses of MembershipQuery in com.atlassian.crowd.search.query.membershipModifier and TypeClassDescriptionclassclassclassclassMethods in com.atlassian.crowd.search.query.membership that return MembershipQueryModifier and TypeMethodDescriptionMembershipQuery.addToMaxResults(int add) MembershipQuery.baseSplitQuery()Returned queries will have":startIndexequal to 0 andmaxResultsequal to originalstartIndex + maxResults.MembershipQuery.withAllResults()MembershipQuery.withEntityNames(String... entityNameToMatch) MembershipQuery.withEntityNames(Collection<String> entityNamesToMatch) MembershipQuery.withEntityToReturn(EntityDescriptor entityToReturn) MembershipQuery.withMaxResults(int maxResults) <Q> MembershipQuery<Q>MembershipQuery.withReturnType(Class<Q> returnType) MembershipQuery.withSearchRestriction(SearchRestriction searchRestriction) MembershipQuery.withStartIndex(int startIndex) MembershipQuery.withStartIndexAndMaxResult(int startIndex, int maxResults) Methods in com.atlassian.crowd.search.query.membership that return types with arguments of type MembershipQueryModifier and TypeMethodDescriptionMembershipQuery.splitEntityNamesToMatch()Splits query with multiplegetEntityNamesToMatch()into separate queries with single entity name to match.MembershipQuery.splitEntityNamesToMatch(int batchSize) Splits query with multiplegetEntityNamesToMatch()into separate queries with provided number of entity names to match.Constructors in com.atlassian.crowd.search.query.membership with parameters of type MembershipQueryModifierConstructorDescriptionMembershipQuery(MembershipQuery<?> query, Class<T> returnType) MembershipQuery(MembershipQuery<T> query, int startIndex, int maxResults)
QueryBuilder.createMembershipQuery(int, int, boolean, EntityDescriptor, Class, EntityDescriptor, String...)instead.