Package | Description |
---|---|
com.atlassian.confluence.api.impl.pagination | |
com.atlassian.confluence.follow | |
com.atlassian.confluence.internal.follow |
Modifier and Type | Class and Description |
---|---|
class |
PaginationQueryImpl<F,T> |
Modifier and Type | Method and Description |
---|---|
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> clazz)
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> |
PaginationQueryImpl.newQuery(com.google.common.base.Function<F,T> modelConverter)
Constructs a new PaginationQuery with a given model converter.
|
PaginationQuery<F,T> |
PaginationQuery.withModelConverter(com.google.common.base.Function<F,T> modelConverter)
Specifies the model converter Function that should be applied to results.
|
PaginationQuery<F,T> |
PaginationQueryImpl.withModelConverter(com.google.common.base.Function<F,T> modelConverter) |
PaginationQuery<F,T> |
PaginationQuery.withPredicate(com.google.common.base.Predicate<F> predicate)
Adds a Predicate used to filter the raw database type results.
|
PaginationQuery<F,T> |
PaginationQueryImpl.withPredicate(com.google.common.base.Predicate<F> predicate) |
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.