Class FVTAuditLogDestination
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
-
- org.odpi.openmetadata.fvt.utilities.auditlog.FVTAuditLogDestination
-
public class FVTAuditLogDestination extends AuditLogDestination
FVTAuditLogDestination is the logging destination for FVT tests.
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
originatorProperties
-
-
Constructor Summary
Constructors Constructor Description FVTAuditLogDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLogRecord(AuditLogRecord logRecord)Add the new log record to the audit log.List<AuditLogRecord>getAuditLogRecords()Retrieve the AuditLogRecords collected from the client during testing.-
Methods inherited from class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
getOriginatorProperties
-
-
-
-
Method Detail
-
addLogRecord
public void addLogRecord(AuditLogRecord logRecord)
Add the new log record to the audit log.- Specified by:
addLogRecordin classAuditLogDestination- Parameters:
logRecord- the log record
-
getAuditLogRecords
public List<AuditLogRecord> getAuditLogRecords()
Retrieve the AuditLogRecords collected from the client during testing.- Returns:
- copy of the audit log records collected so far
-
-