|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditableActionResolver
An SPI interface needed to be implemented by individual applications requiring an audit trail record keeping functionality, to provide the action taken.
Method Summary | |
---|---|
String |
resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
Exception exception,
Auditable auditable)
Resolve the action for the auditable event that has incurred an exception. |
String |
resolveFrom(org.aspectj.lang.JoinPoint auditableTarget,
Object retval,
Auditable auditable)
Resolve the action for the auditable event. |
Method Detail |
---|
String resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Object retval, Auditable auditable)
auditableTarget
- retval
- The returned valueauditable
- the Auditable annotation that may contain additional information.
String resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Exception exception, Auditable auditable)
auditableTarget
- exception
- The exception incurred when the join point proceeds.auditable
- the Auditable annotation that may contain additional information.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |