Package | Description |
---|---|
org.alfresco.repo.web.util.paging |
Modifier and Type | Class and Description |
---|---|
class |
PagedCursor
Implementation of cursor based on notion of a Page.
|
class |
WindowedCursor
Cursor implementation based on notion of a Window.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
Paging.createCursor(int totalRows,
Page page)
Create a Cursor
|
Cursor |
PagedResults.getCursor()
Get Cursor
|
Modifier and Type | Method and Description |
---|---|
PagedResults |
Paging.createPagedResult(Object result,
Cursor cursor)
Create a Paged Result Set
|
PagedResults |
Paging.createPagedResults(Object[] results,
Cursor cursor)
Create a Paged Result Set
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.