Uses of Class
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Packages that use OMRSAuditingComponent Package Description org.odpi.openmetadata.repositoryservices.auditlog -
-
Uses of OMRSAuditingComponent in org.odpi.openmetadata.repositoryservices.auditlog
Methods in org.odpi.openmetadata.repositoryservices.auditlog that return OMRSAuditingComponent Modifier and Type Method Description static OMRSAuditingComponentOMRSAuditingComponent. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSAuditingComponent[]OMRSAuditingComponent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.repositoryservices.auditlog with parameters of type OMRSAuditingComponent Modifier and Type Method Description OMRSAuditLogOMRSAuditLog. createNewAuditLog(OMRSAuditingComponent reportingComponent)Constructor used to create the root audit log for OMRSConstructors in org.odpi.openmetadata.repositoryservices.auditlog with parameters of type OMRSAuditingComponent Constructor Description OMRSAuditLog(OMRSAuditLogDestination omrsDestination, OMRSAuditingComponent omrsReportingComponent)Constructor used to create the root audit log for OMRS
-