-
Suggestion
-
Resolution: Fixed
-
None
-
None
An example of this search would be the following:
MembershipQuery query = QueryBuilder.queryFor(String.class, group()).with(Restriction.on(GroupTermKeys.NAME).startingWith("jira-admin")).parentsOf(user()).withName(ADMIN_USER).startingAt(0).returningAtMost(10);
MembershipQuery<User> userMembershipQuery = QueryBuilder.queryFor(User.class, EntityDescriptor.user()) .with(Restriction.on(UserTermKeys.NAME).startingWith("justin")) .childrenOf(EntityDescriptor.group()) .withNames("crowd-administrators", "jira-administrators") .startingAt(1) .returningAtMost(31);
- is duplicated by
-
CWD-4529 Support full SearchRestrictions on both entities in a MembershipQuery
- Closed
- is related to
-
CWD-3863 Provide membership counting operations for the directories.
- Closed
-
CWD-4333 For non-caching LDAP directories support search restrictions on membership queries
- Gathering Interest
(2 mentioned in)
[CWD-3512] For Internal and Caching directories, when searching for memberships you should be able to apply a search restriction to the result
Workflow | Original: JAC Suggestion Workflow [ 3388462 ] | New: JAC Suggestion Workflow 3 [ 3630480 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1393235 ] | New: JAC Suggestion Workflow [ 3388462 ] |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Workflow | Original: Crowd Development Workflow v2 [ 550544 ] | New: Simplified Crowd Development Workflow v2 [ 1393235 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 171039 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 170779 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 170721 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 170721 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 170665 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 170665 ] |