Uses of Class
com.github.inspektr.audit.annotation.Audit

Packages that use Audit
com.github.inspektr.audit   
com.github.inspektr.audit.spi   
com.github.inspektr.audit.spi.support   
 

Uses of Audit in com.github.inspektr.audit
 

Methods in com.github.inspektr.audit with parameters of type Audit
 Object AuditTrailManagementAspect.handleAuditTrail(org.aspectj.lang.ProceedingJoinPoint joinPoint, Audit audit)
           
 

Uses of Audit in com.github.inspektr.audit.spi
 

Methods in com.github.inspektr.audit.spi with parameters of type Audit
 String AuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Exception exception, Audit audit)
          Resolve the action for the audit event that has incurred an exception.
 String AuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Object retval, Audit audit)
          Resolve the action for the audit event.
 

Uses of Audit in com.github.inspektr.audit.spi.support
 

Methods in com.github.inspektr.audit.spi.support with parameters of type Audit
 String ObjectCreationAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Exception exception, Audit audit)
           
 String DefaultAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Exception exception, Audit audit)
           
 String BooleanAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Exception exception, Audit audit)
           
 String ObjectCreationAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Object retval, Audit audit)
           
 String DefaultAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Object retval, Audit audit)
           
 String BooleanAuditActionResolver.resolveFrom(org.aspectj.lang.JoinPoint auditableTarget, Object retval, Audit audit)
           
 



Copyright © 2007-2012 Rutgers, the State University of New Jersey. All Rights Reserved.