public class AuditExtraAttributesConverter extends Object implements java.util.function.Function<AuditLogDTO,Collection<com.atlassian.audit.entity.AuditAttribute>>
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_DESCRIPTION_I18N_KEY |
static String |
EVENT_LONG_DESCRIPTION_I18N_KEY |
static String |
EVENT_SOURCE_NAME_I18N_KEY |
| Constructor and Description |
|---|
AuditExtraAttributesConverter(JiraAuthenticationContext authContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<com.atlassian.audit.entity.AuditAttribute> |
apply(AuditLogDTO auditLog) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic static final String EVENT_DESCRIPTION_I18N_KEY
public static final String EVENT_SOURCE_NAME_I18N_KEY
public static final String EVENT_LONG_DESCRIPTION_I18N_KEY
public AuditExtraAttributesConverter(JiraAuthenticationContext authContext)
@Nonnull public Collection<com.atlassian.audit.entity.AuditAttribute> apply(@Nonnull AuditLogDTO auditLog)
apply in interface java.util.function.Function<AuditLogDTO,Collection<com.atlassian.audit.entity.AuditAttribute>>Copyright © 2002-2023 Atlassian. All Rights Reserved.