Uses of Enum Class
com.atlassian.confluence.impl.audit.handler.AuditAction
Packages that use AuditAction
Package
Description
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 AuditActionModifier and TypeMethodDescriptionstatic AuditActionReturns the enum constant of this class with the specified name.static AuditAction[]AuditAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.impl.audit.handler with parameters of type AuditActionModifier and TypeMethodDescription<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