Uses of Interface
com.ibm.fhir.audit.mapper.Mapper
-
Packages that use Mapper Package Description com.ibm.fhir.audit.mapper com.ibm.fhir.audit.mapper.impl -
-
Uses of Mapper in com.ibm.fhir.audit.mapper
Methods in com.ibm.fhir.audit.mapper that return Mapper Modifier and Type Method Description static Mapper
MapperFactory. getMapper(MapperType mt)
gets the appropriate mapperMapper
Mapper. init(PropertyGroup auditLogProperties)
initializes and loads the default values from the tenant configuration.Mapper
Mapper. map(AuditLogEntry entry)
map the audit log entry to the intended format. -
Uses of Mapper in com.ibm.fhir.audit.mapper.impl
Classes in com.ibm.fhir.audit.mapper.impl that implement Mapper Modifier and Type Class Description class
AuditEventMapper
This class adds support for AuditEvent https://www.hl7.org/fhir/r4/auditevent.htmlclass
CADFMapper
This class is a Cadf/EventStream/COS based implementation of the FHIR server AuditLogService interfaceMethods in com.ibm.fhir.audit.mapper.impl that return Mapper Modifier and Type Method Description Mapper
AuditEventMapper. init(PropertyGroup auditLogProperties)
Mapper
CADFMapper. init(PropertyGroup auditLogProperties)
Mapper
AuditEventMapper. map(AuditLogEntry entry)
Mapper
CADFMapper. map(AuditLogEntry entry)
-