Interface AuditableConnector


  • @Deprecated
    public interface AuditableConnector
    Deprecated.
    AuditableConnector provides a method for passing an audit log to a connector. Where it is used, it should be replaced with AuditLoggingComponent from the Audit Log Framework (ALF).
    • Method Detail

      • setAuditLog

        @Deprecated
        void setAuditLog​(OMRSAuditLog auditLog)
        Deprecated.
        Receive an audit log object that can be used to record audit log messages. The caller has initialized it with the correct component description and log destinations.
        Parameters:
        auditLog - audit log object