Uses of Class
org.alfresco.rest.api.impl.QueriesImpl.AbstractQuery.Sort
-
Packages that use QueriesImpl.AbstractQuery.Sort Package Description org.alfresco.rest.api.impl -
-
Uses of QueriesImpl.AbstractQuery.Sort in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return QueriesImpl.AbstractQuery.Sort Modifier and Type Method Description static QueriesImpl.AbstractQuery.SortQueriesImpl.AbstractQuery.Sort. valueOf(String name)Returns 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.Sort Modifier and Type Method Description CollectionWithPagingInfo<T>QueriesImpl.AbstractQuery. find(Parameters parameters, String termName, int minTermLength, String queryTemplateName, QueriesImpl.AbstractQuery.Sort sort, Map<String,org.alfresco.service.namespace.QName> sortParamsToQNames, SortColumn... defaultSort)
-