Uses of Class
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLog
-
Packages that use OMRSAuditLog Package Description org.odpi.openmetadata.repositoryservices.auditlog org.odpi.openmetadata.repositoryservices.connectors.auditable -
-
Uses of OMRSAuditLog in org.odpi.openmetadata.repositoryservices.auditlog
Methods in org.odpi.openmetadata.repositoryservices.auditlog that return OMRSAuditLog Modifier and Type Method Description OMRSAuditLogOMRSAuditLog. createNewAuditLog(int componentId, ComponentDevelopmentStatus componentDevelopmentStatus, String componentName, String componentDescription, String componentWikiURL)Clone request is used to create an audit log for a component outside of OMRS.OMRSAuditLogOMRSAuditLog. createNewAuditLog(OMRSAuditingComponent reportingComponent)Constructor used to create the root audit log for OMRS -
Uses of OMRSAuditLog in org.odpi.openmetadata.repositoryservices.connectors.auditable
Methods in org.odpi.openmetadata.repositoryservices.connectors.auditable with parameters of type OMRSAuditLog Modifier and Type Method Description voidAuditableConnector. setAuditLog(OMRSAuditLog auditLog)Deprecated.
-