Uses of Class
org.alfresco.module.org_alfresco_module_rm.util.dao.QueryParams
-
Packages that use QueryParams Package Description org.alfresco.module.org_alfresco_module_rm.util.dao -
-
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 QueryParams Modifier and Type Method Description QueryParams<T>
QueryParams. withMaxItems(int maxItems)
Sets the max items count required.QueryParams<T>
QueryParams. withSkipCount(int skipCount)
Sets the skip count required.QueryParams<T>
QueryParams. withSortProps(List<Pair<T,Boolean>> sortProps)
Sets the sort properties required.
-