| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.auditlog | |
| org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSAuditLogDestination.logRecord(OMRSAuditLogReportingComponent reportingComponent,
String actionDescription,
String logMessageId,
OMRSAuditLogRecordSeverity severity,
String logMessage,
String additionalInformation,
String systemAction,
String userAction)
Log an audit log record for an event, decision, error, or exception detected by the OMRS.
|
| 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 © 2018–2019 ODPi. All rights reserved.