public static interface RemoteGroupService.RemoteGroupFinder extends RemoteSingleFetcher<Group>
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Group>> |
fetchMany(PageRequest request) |
RemoteGroupService.RemoteGroupFinder |
withMember(User user) |
RemoteGroupService.RemoteGroupFinder |
withName(String groupName) |
fetch, fetchOne, fetchOneOrNull, fetchOrNull
RemoteGroupService.RemoteGroupFinder withName(String groupName)
RemoteGroupService.RemoteGroupFinder withMember(User user)
com.atlassian.util.concurrent.Promise<PageResponse<Group>> fetchMany(PageRequest request)
Copyright © 2003–2018 Atlassian. All rights reserved.