Package | Description |
---|---|
com.atlassian.confluence.api.model.audit | |
com.atlassian.confluence.impl.audit | |
com.atlassian.confluence.impl.audit.handler |
This package contains handlers that know how to create change values out of
changed objects.
|
com.atlassian.confluence.impl.audit.listener |
Modifier and Type | Method and Description |
---|---|
ChangedValue |
ChangedValue.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ChangedValue> |
AuditRecord.getChangedValues() |
Modifier and Type | Method and Description |
---|---|
AuditRecord.Builder |
AuditRecord.Builder.changedValue(@NonNull ChangedValue changedValue) |
Modifier and Type | Method and Description |
---|---|
ChangedValue |
ChangedValueEntity.toChangedValue() |
Modifier and Type | Method and Description |
---|---|
static ChangedValueEntity |
ChangedValueEntity.fromChangedValue(ChangedValue changedValue,
AuditRecordEntity parentRecord) |
Modifier and Type | Method and Description |
---|---|
<T> List<ChangedValue> |
AuditHandlerService.handle(Optional<T> oldT,
Optional<T> newT)
Get a list of changed values for when an instance of T is modified/added/removed
|
<T> List<ChangedValue> |
AuditHandlerService.handle(T object,
AuditAction action)
Get a list of changed values for when an instance of T is added/removed
|
<T> List<ChangedValue> |
AuditHandlerService.handle(T oldT,
T newT)
Get a list of changed values for when an instance of T is modified
|
Modifier and Type | Method and Description |
---|---|
protected static ChangedValue |
AbstractAuditListener.createChangedValue(String key,
Object oldValue,
Object newValue) |
Copyright © 2003–2019 Atlassian. All rights reserved.