java.lang.Object
org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
org.odpi.openmetadata.userinterface.uichassis.springboot.service.view.AuditLogDestinationService

@Service public class AuditLogDestinationService extends org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addLogRecord(org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord logRecord)
     

    Methods inherited from class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination

    getOriginatorProperties

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuditLogDestinationService

      public AuditLogDestinationService()
  • Method Details

    • addLogRecord

      public void addLogRecord(org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord logRecord)
      Specified by:
      addLogRecord in class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination