Package com.emc.documentum.rest.paging
package com.emc.documentum.rest.paging
-
ClassDescriptionPage<T>A page class provides all the information for the paginated items.Fetch a page of data via DQL using the paged query template.PagedPersistentDataRetriever<T extends PersistentObject>Fetch a page of persistent data via DQL using the paged query template.The paged query data retriever provides users a simple implementation to execute a template query and convert the query result into the user defined data model class.PageUri<T>The URI info for pagination.Paginator<T>A class to paginate items based on the page size.