Serialized Form
-
Package org.odpi.openmetadata.frameworks.auditlog
-
Class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDescription
String actionDescription
-
additionalInformation
List<String> additionalInformation
-
exceptionClassName
String exceptionClassName
-
exceptionMessage
String exceptionMessage
-
exceptionStackTrace
String exceptionStackTrace
-
guid
String guid
-
messageId
String messageId
-
messageParameters
String[] messageParameters
-
messageText
String messageText
-
originatorComponent
AuditLogReportingComponent originatorComponent
-
originatorProperties
Map<String,String> originatorProperties
-
severity
String severity
-
severityCode
int severityCode
-
systemAction
String systemAction
-
threadId
long threadId
-
threadName
String threadName
-
timeStamp
Date timeStamp
-
userAction
String userAction
-
-
Class org.odpi.openmetadata.frameworks.auditlog.AuditLogReport extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
childAuditLogReports
List<AuditLogReport> childAuditLogReports
-
reportingComponent
AuditLogReportingComponent reportingComponent
-
severityCount
Map<Integer,Integer> severityCount
-
severityIdentification
Map<Integer,List<String>> severityIdentification
-
-
Class org.odpi.openmetadata.frameworks.auditlog.AuditLogReportingComponent extends Object implements Serializable
- serialVersionUID:
- 1L
-