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.Sort
QueriesImpl.AbstractQuery.Sort. valueOf(java.lang.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, java.lang.String termName, int minTermLength, java.lang.String queryTemplateName, QueriesImpl.AbstractQuery.Sort sort, java.util.Map<java.lang.String,org.alfresco.service.namespace.QName> sortParamsToQNames, SortColumn... defaultSort)
-