Uses of Class
org.odpi.openmetadata.frameworks.auditlog.AuditLogReportingComponent
-
Packages that use AuditLogReportingComponent Package Description org.odpi.openmetadata.frameworks.auditlog -
-
Uses of AuditLogReportingComponent in org.odpi.openmetadata.frameworks.auditlog
Methods in org.odpi.openmetadata.frameworks.auditlog that return AuditLogReportingComponent Modifier and Type Method Description AuditLogReportingComponentAuditLogRecord. getOriginatorComponent()Return the name of the component that reported the situation recorded in the log record.AuditLogReportingComponentAuditLogReport. getReportingComponent()Return the description of the component that is using this audit log.Methods in org.odpi.openmetadata.frameworks.auditlog with parameters of type AuditLogReportingComponent Modifier and Type Method Description voidAuditLogRecord. setOriginatorComponent(AuditLogReportingComponent originatorComponent)Set up the name of the component that reported the situation recorded in the log record.voidAuditLogReport. setReportingComponent(AuditLogReportingComponent reportingComponent)Set up the description of the component that is using this audit log.
-