Uses of Class
com.ibm.fhir.audit.beans.AuditLogEntry
-
Packages that use AuditLogEntry Package Description com.ibm.fhir.audit com.ibm.fhir.audit.impl com.ibm.fhir.audit.mapper com.ibm.fhir.audit.mapper.impl -
-
Uses of AuditLogEntry in com.ibm.fhir.audit
Methods in com.ibm.fhir.audit with parameters of type AuditLogEntry Modifier and Type Method Description default booleanAuditLogService. isLoggableOperation(AuditLogEntry logEntry)Checks if the current logEntry is loggable.voidAuditLogService. logEntry(AuditLogEntry logEntry)Persists the passed audit log entry in a location determined by the log service. -
Uses of AuditLogEntry in com.ibm.fhir.audit.impl
Methods in com.ibm.fhir.audit.impl with parameters of type AuditLogEntry Modifier and Type Method Description voidKafkaService. logEntry(AuditLogEntry logEntry)voidNopService. logEntry(AuditLogEntry logEntry) -
Uses of AuditLogEntry in com.ibm.fhir.audit.mapper
Methods in com.ibm.fhir.audit.mapper with parameters of type AuditLogEntry Modifier and Type Method Description MapperMapper. map(AuditLogEntry entry)map the audit log entry to the intended format. -
Uses of AuditLogEntry in com.ibm.fhir.audit.mapper.impl
Methods in com.ibm.fhir.audit.mapper.impl with parameters of type AuditLogEntry Modifier and Type Method Description CadfEventCADFMapper. createCadfEvent(AuditLogEntry logEntry)MapperAuditEventMapper. map(AuditLogEntry entry)MapperCADFMapper. map(AuditLogEntry entry)
-