Uses of Class
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogDestinationsReport
-
Packages that use OMRSAuditLogDestinationsReport Package Description org.odpi.openmetadata.repositoryservices.auditlog -
-
Uses of OMRSAuditLogDestinationsReport in org.odpi.openmetadata.repositoryservices.auditlog
Methods in org.odpi.openmetadata.repositoryservices.auditlog that return OMRSAuditLogDestinationsReport Modifier and Type Method Description OMRSAuditLogDestinationsReportOMRSAuditLogReport. getDestinationsReport()Return the list of destinations where audit log records are being sent.Methods in org.odpi.openmetadata.repositoryservices.auditlog with parameters of type OMRSAuditLogDestinationsReport Modifier and Type Method Description voidOMRSAuditLogReport. setDestinationsReport(OMRSAuditLogDestinationsReport destinationsReport)Set up the list of destinations where audit log records are being sent.Constructors in org.odpi.openmetadata.repositoryservices.auditlog with parameters of type OMRSAuditLogDestinationsReport Constructor Description OMRSAuditLogDestinationsReport(OMRSAuditLogDestinationsReport template)Copy/clone constructor
-