Uses of Interface
com.ibm.fhir.audit.AuditLogService
- 
Packages that use AuditLogService Package Description com.ibm.fhir.audit com.ibm.fhir.audit.impl com.ibm.fhir.operation.erase.audit  - 
- 
Uses of AuditLogService in com.ibm.fhir.audit
Methods in com.ibm.fhir.audit that return AuditLogService Modifier and Type Method Description static AuditLogServiceAuditLogServiceFactory. getService()Returns the AuditLogService to be used by all FHIR server components.static AuditLogServiceAuditLogServiceFactory. resetService()Resets the singleton instance of the audit logger service object that is cached by this factory class, then creates, caches, and returns a new service object instance. - 
Uses of AuditLogService in com.ibm.fhir.audit.impl
Classes in com.ibm.fhir.audit.impl that implement AuditLogService Modifier and Type Class Description classKafkaServiceKafkaService orchestrates the call to Kafka so mappers and translators can be swapped out.classNopServiceThis class serves as a no-op audit service logger. - 
Uses of AuditLogService in com.ibm.fhir.operation.erase.audit
Methods in com.ibm.fhir.operation.erase.audit with parameters of type AuditLogService Modifier and Type Method Description voidEraseOperationAuditLogger. logEraseOperation(AuditLogService auditLogSvc, Resource resource, javax.ws.rs.core.Response.Status responseStatus, java.lang.String reason, java.lang.String patient)Build and Submit an audit log entry for a '$erase' REST service invocation. 
 -