Package com.ibm.fhir.audit.mapper.impl
Class CADFMapper
- java.lang.Object
-
- com.ibm.fhir.audit.mapper.impl.CADFMapper
-
-
Constructor Summary
Constructors Constructor Description CADFMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CadfEventcreateCadfEvent(AuditLogEntry logEntry)Mapperinit(PropertyGroup auditLogProperties)initializes and loads the default values from the tenant configuration.Mappermap(AuditLogEntry entry)map the audit log entry to the intended format.Stringserialize()serializes to the specific format in a string format.
-
-
-
Method Detail
-
init
public Mapper init(PropertyGroup auditLogProperties) throws Exception
Description copied from interface:Mapperinitializes and loads the default values from the tenant configuration.
-
map
public Mapper map(AuditLogEntry entry) throws Exception
Description copied from interface:Mappermap the audit log entry to the intended format.
-
serialize
public String serialize() throws Exception
Description copied from interface:Mapperserializes to the specific format in a string format.
-
createCadfEvent
public CadfEvent createCadfEvent(AuditLogEntry logEntry) throws IllegalStateException, IOException
- Throws:
IllegalStateExceptionIOException
-
-