|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ExperimentalApi public interface NetworkService
Provides methods for reading Confluence network graph.
| Method Summary | |
|---|---|
PageResponse<User> |
getFollowers(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
Gets the users who are following the given user. |
PageResponse<User> |
getFollowing(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
Gets the users that the given user is following. |
| Method Detail |
|---|
PageResponse<User> getFollowers(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
throws NotFoundException
userKey - - the key of the user being followed
NotFoundException - if the given user does not exist
PageResponse<User> getFollowing(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
throws NotFoundException
userKey - - the key of the user following other users.
NotFoundException - if the given user does not exist
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||