| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore |
| Modifier and Type | Method and Description |
|---|---|
OMRSAuditLogRecord |
OMRSAuditLogStore.getAuditLogRecord(String logRecordId)
Retrieve a specific audit log record.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
OMRSAuditLogStore.getAuditLogRecordsBySeverity(String severity,
Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records that have specific severity.
|
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 |
|---|---|
String |
OMRSAuditLogStore.storeLogRecord(OMRSAuditLogRecord logRecord)
Store the audit log record in the audit log store.
|
Copyright © 2018–2019 ODPi. All rights reserved.