| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore |
| Modifier and Type | Method and Description |
|---|---|
OMRSAuditLogRecordOriginator |
OMRSAuditLogRecord.getOriginator()
Return details of the originator of the log record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSAuditLogRecord.setOriginator(OMRSAuditLogRecordOriginator originator)
Set up details of the originator of 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 © 2018–2020 ODPi. All rights reserved.