Package | Description |
---|---|
com.atlassian.confluence.api.impl.pagination | |
com.atlassian.confluence.follow | |
com.atlassian.confluence.internal.follow |
Modifier and Type | Method and Description |
---|---|
<F,T> Paginated<T> |
PaginationServiceImpl.createPaginated(PaginationBatch<F> fetchBatch,
com.google.common.base.Function<Iterable<F>,Iterable<T>> modelConverter,
int maxLimit) |
<F,T> Paginated<T> |
PaginationServiceInternal.createPaginated(PaginationBatch<F> fetchBatch,
com.google.common.base.Function<Iterable<F>,Iterable<T>> modelConverter,
int maxLimit)
Constructs a Paginated implementation backed by the given PaginationBatch.
|
Modifier and Type | Method and Description |
---|---|
<T> Paginated<T> |
DefaultFollowManager.getFollowers(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query) |
<T> Paginated<T> |
DefaultFollowManager.getFollowing(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query) |
Modifier and Type | Method and Description |
---|---|
<T> Paginated<T> |
FollowManagerInternal.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> |
FollowManagerInternal.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.
|
Copyright © 2003–2017 Atlassian. All rights reserved.