public class PaginatedDataCollectorImpl extends Object implements PaginatedDataCollector
Constructor and Description |
---|
PaginatedDataCollectorImpl() |
Modifier and Type | Method and Description |
---|---|
<T> PaginationResult<T> |
collect(PaginationRequest<T> request,
PaginatedDataProvider<T> provider)
Fetch data from provider with limitation in request.
|
@NotNull public <T> PaginationResult<T> collect(PaginationRequest<T> request, @NotNull PaginatedDataProvider<T> provider)
PaginatedDataCollector
collect
in interface PaginatedDataCollector
T
- return typerequest
- specified request with predicatesCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.