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.


Method Summary
 java.util.List getFilteredResultsList(int firstResult, int maxResults)
           
 int getResultsCount()
           
 
Methods inherited from interface com.atlassian.bamboo.ww2.aware.PaginationAware
getPager, setPager
 
Methods inherited from interface com.atlassian.bamboo.ww2.aware.ResultsListProvider
getResultsList
 

Method Detail

getFilteredResultsList

@NotNull
java.util.List getFilteredResultsList(int firstResult,
                                              int maxResults)

getResultsCount

int getResultsCount()


Copyright © 2010 Atlassian. All Rights Reserved.