public class AuditEvent extends Object
AuditEntity
will be determined
automatically by the system.Modifier and Type | Class and Description |
---|---|
static class |
AuditEvent.Builder
The Builder class for
AuditEvent |
@Nonnull public String getActionI18nKey()
@Nullable @Deprecated public String getAction()
getActionI18nKey()
@Nonnull public String getCategoryI18nKey()
@Nullable @Deprecated public String getCategory()
getCategoryI18nKey()
@Nullable public CoverageArea getArea()
@Nonnull public CoverageLevel getLevel()
@Nonnull public List<AuditResource> getAffectedObjects()
@Nonnull public List<ChangedValue> getChangedValues()
@Nonnull public Collection<AuditAttribute> getExtraAttributes()
public Optional<String> getExtraAttribute(@Nonnull String name)
public Optional<String> getExtraAttributeByKey(@Nonnull String nameKey)
@Deprecated public static AuditEvent.Builder builder(@Nonnull String action, @Nonnull String category, @Nonnull CoverageLevel level)
fromI18nKeys(String, String, CoverageLevel)
or
fromI18nKeys(String, String, CoverageLevel, CoverageArea)
public static AuditEvent.Builder fromI18nKeys(@Nonnull String categoryI18nKey, @Nonnull String actionI18nKey, @Nonnull CoverageLevel level, @Nullable CoverageArea area)
public static AuditEvent.Builder fromI18nKeys(@Nonnull String categoryI18nKey, @Nonnull String actionI18nKey, @Nonnull CoverageLevel level)
public static AuditEvent.Builder builder(@Nonnull AuditType type)
Copyright © 2020 Atlassian. All rights reserved.