| Package | Description |
|---|---|
| org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUserSearchParameters.SortKey |
CmsUserSearchParameters.getSortKey()
Returns the key indicating by which column the results should be sorted.
|
static CmsUserSearchParameters.SortKey |
CmsUserSearchParameters.SortKey.valueOf(java.lang.String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsUserSearchParameters.setSorting(CmsUserSearchParameters.SortKey key,
boolean ascending)
Sets the sort key and order.
|