public static enum CmsUserSearchParameters.SortKey extends java.lang.Enum<CmsUserSearchParameters.SortKey>
| Enum Constant and Description |
|---|
activated
User activation status.
|
email
Email address.
|
flagStatus
Flags.
|
fullName
Full name: "firstname lastname (loginname)".
|
lastLogin
Last login date.
|
loginName
Login name.
|
orgUnit
Organizational unit.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsUserSearchParameters.SortKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsUserSearchParameters.SortKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsUserSearchParameters.SortKey activated
public static final CmsUserSearchParameters.SortKey email
public static final CmsUserSearchParameters.SortKey flagStatus
public static final CmsUserSearchParameters.SortKey fullName
public static final CmsUserSearchParameters.SortKey lastLogin
public static final CmsUserSearchParameters.SortKey loginName
public static final CmsUserSearchParameters.SortKey orgUnit
public static CmsUserSearchParameters.SortKey[] values()
for (CmsUserSearchParameters.SortKey c : CmsUserSearchParameters.SortKey.values()) System.out.println(c);
public static CmsUserSearchParameters.SortKey valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null