Uses of Interface
com.atlassian.confluence.impl.pagination.PaginationQuery
Packages that use PaginationQuery
Package
Description
-
Uses of PaginationQuery in com.atlassian.confluence.follow
Methods in com.atlassian.confluence.follow with parameters of type PaginationQueryModifier and TypeMethodDescription<T> Paginated<T>
DefaultFollowManager.getFollowers
(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) <T> Paginated<T>
DefaultFollowManager.getFollowing
(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) -
Uses of PaginationQuery in com.atlassian.confluence.impl.pagination
Classes in com.atlassian.confluence.impl.pagination that implement PaginationQueryMethods in com.atlassian.confluence.impl.pagination that return PaginationQueryModifier and TypeMethodDescriptionstatic <F,
T> PaginationQuery<F, T> PaginationQueryImpl.createNewQuery
(Function<F, T> modelConverter) PaginationQuery.createWithModelConverter
(Function<F, T> modelConverter) Specifies the model converter Function that should be applied to results.PaginationQueryImpl.createWithModelConverter
(Function<F, T> modelConverter) PaginationQuery.createWithPredicate
(Predicate<F> predicate) Adds a Predicate used to filter the raw database type results.PaginationQueryImpl.createWithPredicate
(Predicate<F> predicate) static <T> PaginationQuery<T,
T> PaginationQueryImpl.newIdentityQuery()
Constructs a PaginationQuery that does not perform model conversion.static <T> PaginationQuery<T,
T> PaginationQueryImpl.newIdentityQuery
(Class<T> ignored) An alternate form of newIdentityQuery that accepts a Class to piggy-back type token T from.static <F,
T> PaginationQuery<F, T> PaginationQueryImpl.newQuery()
Constructs a new PaginationQuery with no predicates or model converter.static <F,
T> PaginationQuery<F, T> -
Uses of PaginationQuery in com.atlassian.confluence.internal.follow
Methods in com.atlassian.confluence.internal.follow with parameters of type PaginationQueryModifier and TypeMethodDescription<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.