Uses of Class
org.alfresco.module.org_alfresco_module_rm.util.dao.QueryParams
Packages that use QueryParams
-
Uses of QueryParams in org.alfresco.module.org_alfresco_module_rm.util.dao
Methods in org.alfresco.module.org_alfresco_module_rm.util.dao that return QueryParamsModifier and TypeMethodDescriptionQueryParams.withMaxItems
(int maxItems) Sets the max items count required.QueryParams.withSkipCount
(int skipCount) Sets the skip count required.QueryParams.withSortProps
(List<Pair<T, Boolean>> sortProps) Sets the sort properties required.