| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore |
| Modifier and Type | Method and Description |
|---|---|
OMRSAuditLogReportingComponent |
OMRSAuditLogRecord.getReportingComponent()
Return the name of the component that reported the situation recorded in the log record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSAuditLogRecord.setReportingComponent(OMRSAuditLogReportingComponent reportingComponent)
Set up the name of the component that reported the situation recorded in the log record.
|
| Constructor and Description |
|---|
OMRSAuditLogRecord(OMRSAuditLogRecordOriginator originator,
OMRSAuditLogReportingComponent reportingComponent,
String severity,
String messageId,
String messageText,
List<String> additionalInformation,
String systemAction,
String userAction)
Audit log records are immutable so the only way to update the values is through the constructor.
|
Copyright © 2017–2018 ODPi. All rights reserved.