Uses of Class
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogDestination
-
Packages that use OMRSAuditLogDestination Package Description org.odpi.openmetadata.repositoryservices.auditlog -
-
Uses of OMRSAuditLogDestination in org.odpi.openmetadata.repositoryservices.auditlog
Constructors in org.odpi.openmetadata.repositoryservices.auditlog with parameters of type OMRSAuditLogDestination Constructor Description OMRSAuditLog(OMRSAuditLogDestination omrsDestination, int componentId, ComponentDevelopmentStatus componentDevelopmentStatus, String componentName, String componentDescription, String componentWikiURL)Typical constructor: each component using the Audit log will create their own OMRSAuditLog instance and will push log records to it.OMRSAuditLog(OMRSAuditLogDestination omrsDestination, OMRSAuditingComponent omrsReportingComponent)Constructor used to create the root audit log for OMRS
-