Uses of Enum
org.alfresco.service.cmr.search.SearchParameters.SortDefinition.SortType
Packages that use SearchParameters.SortDefinition.SortType
-
Uses of SearchParameters.SortDefinition.SortType in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return SearchParameters.SortDefinition.SortTypeModifier and TypeMethodDescriptionSearchParameters.SortDefinition.getSortType()
What is used for the sortReturns the enum constant of this type with the specified name.SearchParameters.SortDefinition.SortType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.service.cmr.search with parameters of type SearchParameters.SortDefinition.SortTypeModifierConstructorDescriptionSortDefinition
(SearchParameters.SortDefinition.SortType sortType, String field, boolean ascending)