public class RemoteGroupServiceImpl.RemoteGroupFinderImpl extends AbstractRemoteService<GroupService.GroupFinder> implements RemoteGroupService.RemoteGroupFinder
| Constructor and Description |
|---|
RemoteGroupFinderImpl(Expansion[] expansions) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Group>> |
fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Group>> |
fetchOne() |
RemoteGroupService.RemoteGroupFinder |
withMember(User user) |
RemoteGroupService.RemoteGroupFinder |
withName(String groupName) |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuturepublic RemoteGroupFinderImpl(Expansion[] expansions)
public RemoteGroupService.RemoteGroupFinder withName(String groupName)
withName in interface RemoteGroupService.RemoteGroupFinderpublic RemoteGroupService.RemoteGroupFinder withMember(User user)
withMember in interface RemoteGroupService.RemoteGroupFinderpublic com.atlassian.util.concurrent.Promise<PageResponse<Group>> fetchMany(PageRequest request)
fetchMany in interface RemoteGroupService.RemoteGroupFinderpublic com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Group>> fetchOne()
fetchOne in interface RemoteGroupService.RemoteGroupFinderCopyright © 2003–2016 Atlassian. All rights reserved.