| Modifier and Type | Method and Description |
|---|---|
User |
PersonFactory.fromUser(ConfluenceUser user)
Constructs a User object for a particular user.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<User> |
NetworkServiceImpl.getFollowers(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request) |
PageResponse<User> |
NetworkServiceImpl.getFollowing(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request) |
| Modifier and Type | Class and Description |
|---|---|
class |
KnownUser |
class |
UnknownUser |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<User> |
User.isUserKnown
A predicate that filters out unknown users.
|
static com.google.common.base.Function<User,String> |
User.mapUserToUsername |
| Modifier and Type | Method and Description |
|---|---|
User |
UserSearchResult.getUser() |
| Modifier and Type | Method and Description |
|---|---|
Reference<User> |
UserSearchResult.getEntityRef() |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<User> |
NetworkService.getFollowers(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
Gets the users who are following the given user.
|
PageResponse<User> |
NetworkService.getFollowing(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
Gets the users that the given user is following.
|
Copyright © 2003–2016 Atlassian. All rights reserved.