Uses of Class
com.emc.documentum.rest.dfc.query.PagedQueryTemplate
-
Uses of PagedQueryTemplate in com.emc.documentum.rest.dfc.query
Modifier and TypeMethodDescriptionSet the filter expression for the collection results.PagedQueryTemplate.fullTextSearch
(String fullText) Set the order specs for the collection result.PagedQueryTemplate.page
(int page, int itemsPerPage) Set pagination parameters used in this queryPagedQueryTemplate.selectedFields
(AttributeView attributeView) Set the attributes for the collection results.Indicate the select for valuePagedQueryTemplate.thumbnail
(boolean thumbnail) Indicate whether to retrieve thumbnail for the collection entries, for true, a DQL keyword 'thumbnail_url' should be put into the query -
Uses of PagedQueryTemplate in com.emc.documentum.rest.paging
ModifierConstructorDescriptionPagedDataRetriever
(ObjectCollectionManager<T> objectCollectionManager, PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView) ConstructorPagedPersistentDataRetriever
(ObjectCollectionManager<T> objectCollectionManager, PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView) ConstructorPagedPersistentDataRetriever
(PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView, Class<T> targetClass) Constructor; using the default object collection manager to get the DQL results.PagedQueryDataRetriever
(PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView, com.emc.documentum.rest.common.QueryObjectConverter<T> converter) ConstructorPagedQueryDataRetriever
(PagedQueryTemplate queryTemplate, int page, int itemsPerPage, boolean includeTotal, AttributeView attributeView, com.emc.documentum.rest.common.QueryResultConverter<T> converter) Constructor