| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore |
| Modifier and Type | Method and Description |
|---|---|
OMRSAuditLogRecord |
OMRSAuditLogStoreConnectorBase.getAuditLogRecord(String logRecordId)
Retrieve a specific audit log record.
|
OMRSAuditLogRecord |
OMRSAuditLogStore.getAuditLogRecord(String logRecordId)
Retrieve a specific audit log record.
|
| Modifier and Type | Method and Description |
|---|---|
List<OMRSAuditLogRecord> |
OMRSAuditLogStoreConnectorBase.getAuditLogRecordsByComponent(String component,
Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records written by a specific component.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStore.getAuditLogRecordsByComponent(String component,
Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records written by a specific component.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStoreConnectorBase.getAuditLogRecordsBySeverity(String severity,
Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records that have specific severity.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStore.getAuditLogRecordsBySeverity(String severity,
Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records that have specific severity.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStoreConnectorBase.getAuditLogRecordsByTimeStamp(Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records written in a specified time period.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStore.getAuditLogRecordsByTimeStamp(Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records written in a specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
OMRSAuditLogStoreConnectorBase.getJSONLogRecord(OMRSAuditLogRecord logRecord,
String methodName)
Create JSON version of the log record.
|
protected boolean |
OMRSAuditLogStoreConnectorBase.isSupportedSeverity(OMRSAuditLogRecord logRecord)
Should the record be written to this destination?
|
abstract String |
OMRSAuditLogStoreConnectorBase.storeLogRecord(OMRSAuditLogRecord logRecord)
Store the audit log record in the audit log store.
|
String |
OMRSAuditLogStore.storeLogRecord(OMRSAuditLogRecord logRecord)
Store the audit log record in the audit log store.
|
protected void |
OMRSAuditLogStoreConnectorBase.validateLogRecord(OMRSAuditLogRecord logRecord,
String methodName)
Validate that the log record supplied by the OMRS is properly filled out.
|
| Constructor and Description |
|---|
OMRSAuditLogRecord(OMRSAuditLogRecord template)
Copy/clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.