Uses of Class
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogStoreReport
-
Packages that use OMRSAuditLogStoreReport Package Description org.odpi.openmetadata.repositoryservices.auditlog -
-
Uses of OMRSAuditLogStoreReport in org.odpi.openmetadata.repositoryservices.auditlog
Methods in org.odpi.openmetadata.repositoryservices.auditlog that return types with arguments of type OMRSAuditLogStoreReport Modifier and Type Method Description List<OMRSAuditLogStoreReport>OMRSAuditLogDestinationsReport. getLogStoreReports()Return the report for each audit log store.Method parameters in org.odpi.openmetadata.repositoryservices.auditlog with type arguments of type OMRSAuditLogStoreReport Modifier and Type Method Description voidOMRSAuditLogDestinationsReport. setLogStoreReports(List<OMRSAuditLogStoreReport> logStoreReports)Set up the report for each audit log store.Constructors in org.odpi.openmetadata.repositoryservices.auditlog with parameters of type OMRSAuditLogStoreReport Constructor Description OMRSAuditLogStoreReport(OMRSAuditLogStoreReport template)Copy/clone constructor
-