Uses of Class
org.odpi.openmetadata.frameworks.auditlog.AuditLogReport
-
Packages that use AuditLogReport Package Description org.odpi.openmetadata.frameworks.auditlog -
-
Uses of AuditLogReport in org.odpi.openmetadata.frameworks.auditlog
Methods in org.odpi.openmetadata.frameworks.auditlog that return AuditLogReport Modifier and Type Method Description AuditLogReportAuditLog. getReport()Return a report describing the audit log's properties and activity.Methods in org.odpi.openmetadata.frameworks.auditlog that return types with arguments of type AuditLogReport Modifier and Type Method Description List<AuditLogReport>AuditLogReport. getChildAuditLogReports()Return the reports for the hierarchy of audit logs nested in this audit log.Method parameters in org.odpi.openmetadata.frameworks.auditlog with type arguments of type AuditLogReport Modifier and Type Method Description voidAuditLogReport. setChildAuditLogReports(List<AuditLogReport> childAuditLogReports)Set up the reports for the hierarchy of audit logs nested in this audit log.Constructors in org.odpi.openmetadata.frameworks.auditlog with parameters of type AuditLogReport Constructor Description AuditLogReport(AuditLogReport template)Copy/clone constructor
-