Uses of Interface
com.atlassian.confluence.api.model.pagination.PaginationBatch
-
Packages that use PaginationBatch Package Description com.atlassian.confluence.api.impl.pagination com.atlassian.confluence.api.service.pagination -
-
Uses of PaginationBatch in com.atlassian.confluence.api.impl.pagination
Methods in com.atlassian.confluence.api.impl.pagination with parameters of type PaginationBatch 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.<F,T>
PagingIterator<T>PaginationServiceImpl. createPagingIterator(PaginationBatch<F> fetchBatch, int resultsPerPage, com.google.common.base.Function<Iterable<F>,Iterable<T>> modelConverter)
Deprecated.since 7.0.1.<F,T>
PagingIterator<T>PaginationServiceInternal. createPagingIterator(PaginationBatch<F> fetchBatch, int resultsPerPage, com.google.common.base.Function<Iterable<F>,Iterable<T>> modelConverter)
Deprecated.since 7.0.1.<H,M>
PageResponse<M>PaginationServiceImpl. doPaginationListRequest(LimitedRequest initialRequest, PaginationBatch<H> fetchPage, com.google.common.base.Function<Iterable<H>,Iterable<M>> modelConverter)
Deprecated.since 7.0.1.<H,M>
PageResponse<M>PaginationServiceImpl. doPaginationRequest(LimitedRequest initialRequest, PaginationBatch<H> fetchPage, com.google.common.base.Function<? super H,M> modelConverter)
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.default <F,T>
PagingIterator<T>PaginationServiceInternal. newPagingIterator(PaginationBatch<F> fetchBatch, int resultsPerPage, Function<Iterable<F>,Iterable<T>> modelConverter)
Constructs a PagingIterator backed by the given PaginationBatch. -
Uses of PaginationBatch in com.atlassian.confluence.api.service.pagination
Methods in com.atlassian.confluence.api.service.pagination with parameters of type PaginationBatch Modifier and Type Method Description <H,M>
PageResponse<M>PaginationService. doPaginationListRequest(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, com.google.common.base.Function<Iterable<H>,Iterable<M>> modelConverter)
Deprecated.since 7.0.1.<H,M>
PageResponse<M>PaginationService. doPaginationRequest(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, com.google.common.base.Function<? super H,M> modelConverter)
Deprecated.since 7.0.1.default <H,M>
PageResponse<M>PaginationService. performPaginationListRequest(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, Function<Iterable<H>,Iterable<M>> modelConverter)
Perform a pagination request, this will execute the fetchBatch function as many times as necessary to retrieve the page of results.default <H,M>
PageResponse<M>PaginationService. performPaginationRequest(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, Function<? super H,M> modelConverter)
Perform a pagination request, this will execute the fetchBatch function as many times as necessary to retrieve the page of results.
-