Uses of Enum
org.opencms.file.CmsUserSearchParameters.SortKey
Packages that use CmsUserSearchParameters.SortKey
Package
Description
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
-
Uses of CmsUserSearchParameters.SortKey in org.opencms.file
Methods in org.opencms.file that return CmsUserSearchParameters.SortKeyModifier and TypeMethodDescriptionCmsUserSearchParameters.getSortKey()
Returns the key indicating by which column the results should be sorted.Returns the enum constant of this type with the specified name.static CmsUserSearchParameters.SortKey[]
CmsUserSearchParameters.SortKey.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.file with parameters of type CmsUserSearchParameters.SortKeyModifier and TypeMethodDescriptionvoid
CmsUserSearchParameters.setSorting
(CmsUserSearchParameters.SortKey key, boolean ascending) Sets the sort key and order.