Uses of Class
org.alfresco.util.SortDirection
-
Packages that use SortDirection Package Description org.alfresco.util -
-
Uses of SortDirection in org.alfresco.util
Methods in org.alfresco.util that return SortDirection Modifier and Type Method Description static SortDirection
SortDirection. getSortDirection(String sortDirectionString)
Get the appropriateSortDirection
from a string representation.static SortDirection
SortDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortDirection[]
SortDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-