Uses of Interface
org.alfresco.repo.web.util.paging.Cursor
-
Packages that use Cursor Package Description org.alfresco.repo.web.util.paging -
-
Uses of Cursor in org.alfresco.repo.web.util.paging
Classes in org.alfresco.repo.web.util.paging that implement Cursor Modifier and Type Class Description class
PagedCursor
Implementation of cursor based on notion of a Page.class
WindowedCursor
Cursor implementation based on notion of a Window.Methods in org.alfresco.repo.web.util.paging that return Cursor Modifier and Type Method Description Cursor
Paging. createCursor(int totalRows, Page page)
Create a CursorCursor
PagedResults. getCursor()
Get CursorMethods in org.alfresco.repo.web.util.paging with parameters of type Cursor Modifier and Type Method Description PagedResults
Paging. createPagedResult(java.lang.Object result, Cursor cursor)
Create a Paged Result SetPagedResults
Paging. createPagedResults(java.lang.Object[] results, Cursor cursor)
Create a Paged Result Set
-