Uses of Interface
org.odpi.openmetadata.frameworks.auditlog.ComponentDescription
-
Packages that use ComponentDescription Package Description org.odpi.openmetadata.frameworks.auditlog -
-
Uses of ComponentDescription in org.odpi.openmetadata.frameworks.auditlog
Classes in org.odpi.openmetadata.frameworks.auditlog that implement ComponentDescription Modifier and Type Class Description classAuditLogReportingComponentAuditLogReportingComponent describes the component issuing the audit log record.Methods in org.odpi.openmetadata.frameworks.auditlog with parameters of type ComponentDescription Modifier and Type Method Description AuditLogAuditLog. createNewAuditLog(ComponentDescription childComponent)Constructor used to create the root audit log for OMRSConstructors in org.odpi.openmetadata.frameworks.auditlog with parameters of type ComponentDescription Constructor Description AuditLog(AuditLogDestination destination, ComponentDescription reportingComponent)Constructor used to create the root audit log for a process/serverAuditLogReportingComponent(ComponentDescription template)Copy/clone constructor
-