public class RemoteGroupServiceImpl.RemoteGroupFinderImpl extends AbstractRemoteService<GroupService.GroupFinder> implements RemoteGroupService.RemoteGroupFinder
provider| Constructor and Description |
|---|
RemoteGroupFinderImpl(Expansion[] expansions) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Optional<Group>> |
fetchCompletionStage() |
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) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Group>> |
fetchOne() |
com.atlassian.util.concurrent.Promise<Group> |
fetchOneOrNull() |
CompletionStage<Group> |
fetchOrNullCompletionStage() |
RemoteGroupService.RemoteGroupFinder |
withMember(User user) |
RemoteGroupService.RemoteGroupFinder |
withName(String groupName) |
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, putCompletionStage, putFutureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, fetchOrNullpublic RemoteGroupFinderImpl(Expansion[] expansions)
public RemoteGroupService.RemoteGroupFinder withName(String groupName)
withName in interface RemoteGroupService.RemoteGroupFinderpublic RemoteGroupService.RemoteGroupFinder withMember(User user)
withMember in interface RemoteGroupService.RemoteGroupFinder@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<Group>> fetchMany(PageRequest request)
fetchManyCompletionStage(PageRequest) instead.fetchMany in interface RemoteGroupService.RemoteGroupFinderpublic CompletionStage<PageResponse<Group>> fetchManyCompletionStage(PageRequest request)
fetchManyCompletionStage in interface RemoteGroupService.RemoteGroupFinderpublic com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Group>> fetchOne()
fetchOne in interface RemoteSingleFetcher<Group>public CompletionStage<Optional<Group>> fetchCompletionStage()
fetchCompletionStage in interface RemoteSingleFetcher<Group>public com.atlassian.util.concurrent.Promise<Group> fetchOneOrNull()
fetchOneOrNull in interface RemoteSingleFetcher<Group>public CompletionStage<Group> fetchOrNullCompletionStage()
fetchOrNullCompletionStage in interface RemoteSingleFetcher<Group>Copyright © 2003–2020 Atlassian. All rights reserved.