public class NoopGroupFinder extends NoopFetcher<Group> implements GroupService.GroupFinder
| Constructor and Description |
|---|
NoopGroupFinder() |
| Modifier and Type | Method and Description |
|---|---|
GroupService.GroupFinder |
withMember(User person)
Filter to groups that have the given person as a member
|
SingleFetcher<Group> |
withName(String groupName)
Restrict the fetched group to matching the given groupName
|
fetchMany, fetchOne, fetchOneOrNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, fetchOne, fetchOneOrNull, fetchOrNullfetchManypublic SingleFetcher<Group> withName(String groupName)
GroupService.GroupFinderwithName in interface GroupService.GroupFindergroupName - the name of the group to matchpublic GroupService.GroupFinder withMember(User person)
GroupService.GroupFinderwithMember in interface GroupService.GroupFinderCopyright © 2003–2022 Atlassian. All rights reserved.