Uses of Class
org.alfresco.repo.web.util.paging.Page
Packages that use Page
-
Uses of Page in org.alfresco.repo.web.util.paging
Methods in org.alfresco.repo.web.util.paging that return PageModifier and TypeMethodDescriptionPaging.createPage
(int pageNumber, int pageSize) Create a PagePaging.createPageOrWindow
(Integer pageNumber, Integer pageSize, Integer skipCount, Integer maxItems) Create a Page or WindowPaging.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 pagePaging.createUnlimitedPage()
Create an unlimited PagePaging.createWindow
(int skipRows, int maxRows) Create a WindowMethods in org.alfresco.repo.web.util.paging with parameters of type Page