Interface AuditResourceResolver

    • Method Detail

      • resolveFrom

        java.lang.String[] resolveFrom​(org.aspectj.lang.JoinPoint target,
                                       java.lang.Object returnValue)
        Resolve the auditable resource.
        Parameters:
        target - the join point that contains the arguments.
        returnValue - The returned value
        Returns:
        The resource String.
      • resolveFrom

        java.lang.String[] resolveFrom​(org.aspectj.lang.JoinPoint target,
                                       java.lang.Exception exception)
        Resolve the auditable resource for an audit-able action that has incurred an exception.
        Parameters:
        target - the join point that contains the arguments.
        exception - The exception incurred when the join point proceeds.
        Returns:
        The resource String.