public interface FollowManagerInternal extends FollowManager
FollowManager
interface; see the package-info.java for rationale.Modifier and Type | Method and Description |
---|---|
<T> Paginated<T> |
getFollowers(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query)
Constructs a new Paginated response containing the followers of specified user, limited and converted by the
given PaginationQuery.
|
<T> Paginated<T> |
getFollowing(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query)
Returns a list of users that the specified user is following, limited and converted by the given PaginationQuery.
|
followUser, followUser, getFollowers, getFollowing, getFollowing, isUserFollowing, removeAllConnectionsFor, unfollowUser
<T> Paginated<T> getFollowers(ConfluenceUser user, PaginationQuery<ConfluenceUser,T> query)
NOTE: this method will implicitly add a Predicate filtering results to ConfluenceUsers that are permitted to use Confluence.
user
- the user to check for followersquery
- a constructed PaginationQuery containing optional predicates and model conversion strategy.<T> Paginated<T> getFollowing(ConfluenceUser user, PaginationQuery<ConfluenceUser,T> query)
user
- the user to check for followeesquery
- a constructed PaginationQuery containing optional predicates and model conversion strategy.Copyright © 2003–2016 Atlassian. All rights reserved.