public enum BulkActionNature extends java.lang.Enum<BulkActionNature> implements HasMessageKey
| Enum Constant and Description |
|---|
ADJUST_ACCOUNTS
Creates missing / disposes unneeded user accounts
|
CHANGE_FIELD_VALUE
Change the value of a custom field
|
CHANGE_GROUP
Change users to a new group
|
CUSTOM_OPERATION
Run a custom operation
|
REINDEX
Reindex the user, updating the display / short display and removing custom field values no longer enabled
|
RESET_PASSWORD
Reset a password of the user
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<BulkActionNature> |
builtIn()
Returns the built-in natures
|
MessageKey |
getMessageKey() |
static EnumMessageKeyResolver<BulkActionNature> |
resolverForRunInformation()
Returns an
EnumMessageKeyResolver for translations of additional information when when running bulk
actions |
static BulkActionNature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BulkActionNature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkActionNature CHANGE_GROUP
public static final BulkActionNature RESET_PASSWORD
public static final BulkActionNature CHANGE_FIELD_VALUE
public static final BulkActionNature REINDEX
public static final BulkActionNature ADJUST_ACCOUNTS
public static final BulkActionNature CUSTOM_OPERATION
public static BulkActionNature[] values()
for (BulkActionNature c : BulkActionNature.values()) System.out.println(c);
public static BulkActionNature 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 nullpublic static java.util.Set<BulkActionNature> builtIn()
public static EnumMessageKeyResolver<BulkActionNature> resolverForRunInformation()
EnumMessageKeyResolver for translations of additional information when when running bulk
actionspublic MessageKey getMessageKey()
getMessageKey in interface HasMessageKey