Uses of Class
org.alfresco.search.model.RequestFacetField.SortEnum
-
Packages that use RequestFacetField.SortEnum Package Description org.alfresco.search.model -
-
Uses of RequestFacetField.SortEnum in org.alfresco.search.model
Methods in org.alfresco.search.model that return RequestFacetField.SortEnum Modifier and Type Method Description static RequestFacetField.SortEnumRequestFacetField.SortEnum. fromValue(String text)RequestFacetField.SortEnumRequestFacetField. getSort()Get sortstatic RequestFacetField.SortEnumRequestFacetField.SortEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestFacetField.SortEnum[]RequestFacetField.SortEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.search.model with parameters of type RequestFacetField.SortEnum Modifier and Type Method Description voidRequestFacetField. setSort(RequestFacetField.SortEnum sort)RequestFacetFieldRequestFacetField. sort(RequestFacetField.SortEnum sort)
-