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, fetchOneOrNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetch, fetchOne, fetchOneOrNull, fetchOrNull
fetchMany
public SingleFetcher<Group> withName(String groupName)
GroupService.GroupFinder
withName
in interface GroupService.GroupFinder
groupName
- the name of the group to matchpublic GroupService.GroupFinder withMember(User person)
GroupService.GroupFinder
withMember
in interface GroupService.GroupFinder
Copyright © 2003–2019 Atlassian. All rights reserved.