com.day.cq.search.result
Interface ResultPage

All Known Implementing Classes:
ResultPageImpl

public interface ResultPage

ResultPage represents one page of the search result. The page size depends on the start and limit parameters set on the query.


Method Summary
 long getIndex()
           
 long getStart()
           
 boolean isCurrentPage()
           
 

Method Detail

getIndex

long getIndex()
Returns:
zero based index of this result page.

getStart

long getStart()
Returns:
the start offset for the query result.

isCurrentPage

boolean isCurrentPage()
Returns:
whether this page is currently displayed.


Copyright © 2009 Day Management AG. All Rights Reserved.