Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore.OMRSAuditLogRecord
-
Packages that use OMRSAuditLogRecord Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore -
-
Uses of OMRSAuditLogRecord in org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore that return OMRSAuditLogRecord Modifier and Type Method Description OMRSAuditLogRecordOMRSAuditLogStore. getAuditLogRecord(String logRecordId)Retrieve a specific audit log record.OMRSAuditLogRecordOMRSAuditLogStoreConnectorBase. getAuditLogRecord(String logRecordId)Retrieve a specific audit log record.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore that return types with arguments of type OMRSAuditLogRecord Modifier and Type Method 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>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. getAuditLogRecordsBySeverity(String severity, Date startDate, Date endDate, int offset, int maximumRecords)Retrieve a list of log records that have specific severity.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. getAuditLogRecordsByTimeStamp(Date startDate, Date endDate, int offset, int maximumRecords)Retrieve a list of log records written in a specified time period.List<OMRSAuditLogRecord>OMRSAuditLogStoreConnectorBase. getAuditLogRecordsByTimeStamp(Date startDate, Date endDate, int offset, int maximumRecords)Retrieve a list of log records written in a specified time period.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore with parameters of type OMRSAuditLogRecord Modifier and Type Method Description protected StringOMRSAuditLogStoreConnectorBase. getJSONLogRecord(OMRSAuditLogRecord logRecord, String methodName)Create JSON version of the log record.protected booleanOMRSAuditLogStoreConnectorBase. isSupportedSeverity(OMRSAuditLogRecord logRecord)Should the record be written to this destination?StringOMRSAuditLogStore. storeLogRecord(OMRSAuditLogRecord logRecord)Store the audit log record in the audit log store.abstract StringOMRSAuditLogStoreConnectorBase. storeLogRecord(OMRSAuditLogRecord logRecord)Store the audit log record in the audit log store.protected voidOMRSAuditLogStoreConnectorBase. validateLogRecord(OMRSAuditLogRecord logRecord, String methodName)Validate that the log record supplied by the OMRS is properly filled out.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore with parameters of type OMRSAuditLogRecord Constructor Description OMRSAuditLogRecord(OMRSAuditLogRecord template)Copy/clone constructor
-