Uses of Interface
org.alfresco.repo.web.util.paging.Cursor
Packages that use Cursor
-
Uses of Cursor in org.alfresco.repo.web.util.paging
Classes in org.alfresco.repo.web.util.paging that implement CursorModifier and TypeClassDescriptionclassImplementation of cursor based on notion of a Page.classCursor implementation based on notion of a Window.Methods in org.alfresco.repo.web.util.paging that return CursorModifier and TypeMethodDescriptionPaging.createCursor(int totalRows, Page page) Create a CursorPagedResults.getCursor()Get CursorMethods in org.alfresco.repo.web.util.paging with parameters of type CursorModifier and TypeMethodDescriptionPaging.createPagedResult(Object result, Cursor cursor) Create a Paged Result SetPaging.createPagedResults(Object[] results, Cursor cursor) Create a Paged Result Set