Uses of Class
com.ibm.fhir.audit.logging.beans.AuditLogEntry
-
Packages that use AuditLogEntry Package Description com.ibm.fhir.audit.logging.api com.ibm.fhir.audit.logging.impl -
-
Uses of AuditLogEntry in com.ibm.fhir.audit.logging.api
Methods in com.ibm.fhir.audit.logging.api with parameters of type AuditLogEntry Modifier and Type Method Description void
AuditLogService. 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.logging.impl
Methods in com.ibm.fhir.audit.logging.impl with parameters of type AuditLogEntry Modifier and Type Method Description static CadfEvent
WhcAuditCadfLogService. createCadfEvent(AuditLogEntry logEntry)
void
DisabledAuditLogService. logEntry(AuditLogEntry logEntry)
void
WhcAuditCadfLogService. logEntry(AuditLogEntry logEntry)
-