Uses of Class
com.atlassian.confluence.impl.audit.handler.AuditAction
-
Packages that use AuditAction Package Description com.atlassian.confluence.impl.audit.handler This package contains handlers that know how to create change values out of changed objects. -
-
Uses of AuditAction in com.atlassian.confluence.impl.audit.handler
Methods in com.atlassian.confluence.impl.audit.handler that return AuditAction Modifier and Type Method 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.Methods in com.atlassian.confluence.impl.audit.handler with parameters of type AuditAction Modifier and Type Method 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
-