@ExperimentalApi public enum AuditingCategory extends Enum<AuditingCategory>
Enum Constant and Description |
---|
APPLICATIONS |
AUDITING |
FIELDS |
GROUP_MANAGEMENT |
MIGRATION |
NOTIFICATIONS |
PERMISSIONS |
PROJECTS |
SYSTEM |
USER_MANAGEMENT |
WORKFLOWS |
Modifier and Type | Method and Description |
---|---|
static AuditingCategory |
getCategoryById(String categoryId) |
static AuditingCategory |
getCategoryByIdOrName(String idOrName) |
String |
getId() |
String |
getNameI18nKey() |
static AuditingCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditingCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditingCategory AUDITING
public static final AuditingCategory USER_MANAGEMENT
public static final AuditingCategory GROUP_MANAGEMENT
public static final AuditingCategory PERMISSIONS
public static final AuditingCategory WORKFLOWS
public static final AuditingCategory NOTIFICATIONS
public static final AuditingCategory FIELDS
public static final AuditingCategory PROJECTS
public static final AuditingCategory SYSTEM
public static final AuditingCategory MIGRATION
public static final AuditingCategory APPLICATIONS
public static AuditingCategory[] values()
for (AuditingCategory c : AuditingCategory.values()) System.out.println(c);
public static AuditingCategory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getId()
public String getNameI18nKey()
@Nullable public static AuditingCategory getCategoryById(String categoryId)
@Nullable public static AuditingCategory getCategoryByIdOrName(String idOrName)
Copyright © 2002-2017 Atlassian. All Rights Reserved.