Uses of Enum
org.alfresco.rest.api.impl.QueriesImpl.AbstractQuery.Sort
Packages that use QueriesImpl.AbstractQuery.Sort
-
Uses of QueriesImpl.AbstractQuery.Sort in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return QueriesImpl.AbstractQuery.SortModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static QueriesImpl.AbstractQuery.Sort[]
QueriesImpl.AbstractQuery.Sort.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.rest.api.impl with parameters of type QueriesImpl.AbstractQuery.SortModifier and TypeMethodDescriptionQueriesImpl.AbstractQuery.find
(Parameters parameters, String termName, int minTermLength, String queryTemplateName, QueriesImpl.AbstractQuery.Sort sort, Map<String, org.alfresco.service.namespace.QName> sortParamsToQNames, SortColumn... defaultSort)