Uses of Interface
com.atlassian.confluence.api.model.pagination.PaginationBatch

Packages that use PaginationBatch
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
<H,M> PageResponse<M>
PaginationServiceImpl.doPaginationRequest(LimitedRequest initialRequest, PaginationBatch<H> fetchPage, com.google.common.base.Function<? super H,M> modelConverter)
           
 

Uses of PaginationBatch in com.atlassian.confluence.api.service.pagination
 

Methods in com.atlassian.confluence.api.service.pagination with parameters of type PaginationBatch
<H,M> PageResponse<M>
PaginationService.doPaginationRequest(LimitedRequest pageRequest, PaginationBatch<H> fetchBatch, com.google.common.base.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.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.