Uses of Class
org.alfresco.repo.jscript.Search.SortColumn
Packages that use Search.SortColumn
-
Uses of Search.SortColumn in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type Search.SortColumnModifier and TypeMethodDescriptionprotected Object[]Search.query(String store, String search, Search.SortColumn[] sort, String language) Execute the query Removes any duplicates that may be present (ID search can cause duplicates - it is better to remove them here)protected Object[]Search.query(String store, String search, Search.SortColumn[] sort, String language, int maxResults, int skipResults) Execute the query Removes any duplicates that may be present (ID search can cause duplicates - it is better to remove them here)