Package | Description |
---|---|
org.alfresco.repo.web.util.paging |
Modifier and Type | Method and Description |
---|---|
Page |
Paging.createPage(int pageNumber,
int pageSize)
Create a Page
|
Page |
Paging.createPageOrWindow(Integer pageNumber,
Integer pageSize,
Integer skipCount,
Integer maxItems)
Create a Page or Window
|
Page |
Paging.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 page
|
Page |
Paging.createUnlimitedPage()
Create an unlimited Page
|
Page |
Paging.createWindow(int skipRows,
int maxRows)
Create a Window
|
Modifier and Type | Method and Description |
---|---|
Cursor |
Paging.createCursor(int totalRows,
Page page)
Create a Cursor
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.