Package com.atlassian.confluence.impl.pagination
package com.atlassian.confluence.impl.pagination
-
ClassDescriptionPaginated<T>Paginated is a containing type that allows consumers to handle paginated data in different ways, depending on their use case.PaginationQuery<F,
T> Enclosing type for the parameters generally required when dealing with a pagination request from the database.PaginationQueryImpl<F,T> Additional pagination functionality dealing with PagingIterators / Paginated live here Until CONFDEV-26743 is resolved and we have a blessed path going forward, the PagingIterator / Paginated types should not be leaked to consumers.Many operations require walking across the entire domain of data available.