public interface AuditActionResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
java.lang.Exception exception,
Audit audit)
Resolve the action for the audit event that has incurred
an exception.
|
java.lang.String |
resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
java.lang.Object retval,
Audit audit)
Resolve the action for the audit event.
|
java.lang.String resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
java.lang.Object retval,
Audit audit)
auditableTarget - retval - The returned valueaudit - the Audit annotation that may contain additional information.java.lang.String resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
java.lang.Exception exception,
Audit audit)
auditableTarget - exception - The exception incurred when the join point proceeds.audit - the Audit annotation that may contain additional information.Copyright © 2007-2021 Apereo. All Rights Reserved.