Uses of Class
org.alfresco.repo.web.util.paging.Page
-
Packages that use Page Package Description org.alfresco.repo.web.util.paging -
-
Uses of Page in org.alfresco.repo.web.util.paging
Methods in org.alfresco.repo.web.util.paging that return Page Modifier and Type Method Description PagePaging. createPage(int pageNumber, int pageSize)Create a PagePagePaging. createPageOrWindow(Integer pageNumber, Integer pageSize, Integer skipCount, Integer maxItems)Create a Page or WindowPagePaging. createPageOrWindow(Map<String,String> args)Create a Page or Window from standardised request arguments For Paged based index (take precedence over window based index, if both are specified): - request args pageNo => page number index pageSize => size of page For Window based index (as defined by CMIS): - request args (take precedence over header values if both are specified) skipCount => row number start index maxItems => size of pagePagePaging. createUnlimitedPage()Create an unlimited PagePagePaging. createWindow(int skipRows, int maxRows)Create a WindowMethods in org.alfresco.repo.web.util.paging with parameters of type Page Modifier and Type Method Description CursorPaging. createCursor(int totalRows, Page page)Create a Cursor
-