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