Package | Description |
---|---|
com.atlassian.confluence.impl.audit.handler |
This package contains handlers that know how to create change values out of
changed objects.
|
Modifier and Type | Method and Description |
---|---|
static AuditAction |
AuditAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditAction[] |
AuditAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> List<com.atlassian.audit.entity.ChangedValue> |
AuditHandlerService.handle(T object,
AuditAction action)
Get a list of changed values for when an instance of T is added/removed
|
Copyright © 2003–2021 Atlassian. All rights reserved.