com.atlassian.bamboo.ww2.aware
Interface LazyPaginationAware
- All Superinterfaces:
- PaginationAware, ResultsListProvider
- All Known Implementing Classes:
- ListChainResults
public interface LazyPaginationAware
- extends PaginationAware
Actions that implement this has a results list that is paginated
and only results on the current page will be fetched.
getFilteredResultsList
@NotNull
java.util.List getFilteredResultsList(int firstResult,
int maxResults)
getResultsCount
int getResultsCount()
Copyright © 2010 Atlassian. All Rights Reserved.