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 classPagedCursorImplementation of cursor based on notion of a Page.classWindowedCursorCursor implementation based on notion of a Window.Methods in org.alfresco.repo.web.util.paging that return Cursor Modifier and Type Method Description CursorPaging. createCursor(int totalRows, Page page)Create a CursorCursorPagedResults. getCursor()Get CursorMethods in org.alfresco.repo.web.util.paging with parameters of type Cursor Modifier and Type Method Description PagedResultsPaging. createPagedResult(Object result, Cursor cursor)Create a Paged Result SetPagedResultsPaging. createPagedResults(Object[] results, Cursor cursor)Create a Paged Result Set
-