Package | Description |
---|---|
com.atlassian.crowd.audit | |
com.atlassian.crowd.event.listener.mapper |
Modifier and Type | Method and Description |
---|---|
ImmutableAuditLogEntry |
ImmutableAuditLogEntry.Builder.build() |
static ImmutableAuditLogEntry |
ImmutableAuditLogEntry.from(AuditLogEntry auditLogEntry) |
Modifier and Type | Method and Description |
---|---|
Collection<ImmutableAuditLogEntry> |
ImmutableAuditLogChangeset.getEntries() |
Modifier and Type | Method and Description |
---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.addEntry(ImmutableAuditLogEntry entry) |
Modifier and Type | Method and Description |
---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.setEntries(List<ImmutableAuditLogEntry> entries)
Deprecated.
|
Constructor and Description |
---|
ImmutableAuditLogChangeset(Long id,
Instant timestamp,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
String ipAddress,
String eventMessage,
List<ImmutableAuditLogEntry> entries)
Deprecated.
Use the
ImmutableAuditLogChangeset.Builder instead |
Modifier and Type | Method and Description |
---|---|
ImmutableAuditLogEntry |
AuditLogConfigurationMapper.map(ConfigurationPropertyUpdatedEvent event) |
ImmutableAuditLogEntry |
AuditLogDiffResultMapperImpl.mapDiff(String propertyName,
Object oldValue,
Object newValue) |
Modifier and Type | Method and Description |
---|---|
List<ImmutableAuditLogEntry> |
AuditLogConfigurationMapper.calculateDifference(List<LoggingUpdatedEvent.LoggingConfig> oldConfiguration,
List<LoggingUpdatedEvent.LoggingConfig> newConfiguration) |
Copyright © 2020 Atlassian. All rights reserved.