Uses of Interface
com.atlassian.confluence.api.impl.pagination.Paginated
-
Packages that use Paginated Package Description com.atlassian.confluence.api.impl.pagination com.atlassian.confluence.follow com.atlassian.confluence.internal.follow -
-
Uses of Paginated in com.atlassian.confluence.api.impl.pagination
Methods in com.atlassian.confluence.api.impl.pagination that return Paginated Modifier and Type Method Description <F,T>
Paginated<T>PaginationServiceImpl. createPaginated(PaginationBatch<F> fetchBatch, com.google.common.base.Function<Iterable<F>,Iterable<T>> modelConverter, int maxLimit)
Deprecated.since 7.0.1.<F,T>
Paginated<T>PaginationServiceInternal. createPaginated(PaginationBatch<F> fetchBatch, com.google.common.base.Function<Iterable<F>,Iterable<T>> modelConverter, int maxLimit)
Deprecated.since 7.0.1.default <F,T>
Paginated<T>PaginationServiceInternal. newPaginated(PaginationBatch<F> fetchBatch, Function<Iterable<F>,Iterable<T>> modelConverter, int maxLimit)
Constructs a Paginated implementation backed by the given PaginationBatch. -
Uses of Paginated in com.atlassian.confluence.follow
Methods in com.atlassian.confluence.follow that return Paginated Modifier and Type Method Description <T> Paginated<T>
DefaultFollowManager. getFollowers(ConfluenceUser user, PaginationQuery<ConfluenceUser,T> query)
<T> Paginated<T>
DefaultFollowManager. getFollowing(ConfluenceUser user, PaginationQuery<ConfluenceUser,T> query)
-
Uses of Paginated in com.atlassian.confluence.internal.follow
Methods in com.atlassian.confluence.internal.follow that return Paginated Modifier and Type Method Description <T> Paginated<T>
FollowManagerInternal. getFollowers(ConfluenceUser user, PaginationQuery<ConfluenceUser,T> query)
Deprecated.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)
Deprecated.Returns a list of users that the specified user is following, limited and converted by the given PaginationQuery.
-