public static interface RemoteGroupService.RemoteGroupFinder
| 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)  | 
RemoteGroupService.RemoteGroupFinder withName(String groupName)
RemoteGroupService.RemoteGroupFinder withMember(User user)
com.atlassian.util.concurrent.Promise<PageResponse<Group>> fetchMany(PageRequest request)
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Group>> fetchOne()
Copyright © 2003–2016 Atlassian. All rights reserved.