Uses of Class
org.alfresco.repo.web.util.PagingCursor.Page
-
Packages that use PagingCursor.Page Package Description org.alfresco.repo.web.util -
-
Uses of PagingCursor.Page in org.alfresco.repo.web.util
Methods in org.alfresco.repo.web.util that return PagingCursor.Page Modifier and Type Method Description PagingCursor.Page
PagingCursor. createPageCursor(long totalRows, int rowsPerPage, int page)
Create a Page based CursorPagingCursor.Page
PagingCursor. createPageCursor(long totalRows, int rowsPerPage, int page, boolean zeroBasedPage, boolean zeroBasedRow)
Create a Page based Cursor
-