Package com.day.cq.search.result
Interface ResultPage
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getIndex()
long
getStart()
boolean
isCurrentPage()
-