Uses of Class
org.odpi.openmetadata.frameworks.auditlog.AuditLog
-
Packages that use AuditLog Package Description org.odpi.openmetadata.frameworks.auditlog -
-
Uses of AuditLog in org.odpi.openmetadata.frameworks.auditlog
Fields in org.odpi.openmetadata.frameworks.auditlog with type parameters of type AuditLog Modifier and Type Field Description protected List<AuditLog>AuditLog. childAuditLogsMethods in org.odpi.openmetadata.frameworks.auditlog that return AuditLog Modifier and Type Method Description AuditLogAuditLog. createNewAuditLog(int componentId, String componentName, String componentDescription, String componentWikiURL)Clone request is used to create an audit log for a component outside of OMRS.AuditLogAuditLog. createNewAuditLog(ComponentDescription childComponent)Constructor used to create the root audit log for OMRSMethods in org.odpi.openmetadata.frameworks.auditlog with parameters of type AuditLog Modifier and Type Method Description voidAuditLoggingComponent. setAuditLog(AuditLog auditLog)Receive an audit log object that can be used to record audit log messages.
-