Class LogRenderer
- java.lang.Object
-
- science.aist.fhirauditeventtoxes.renderer.LogRenderer
-
- All Implemented Interfaces:
science.aist.gtf.transformation.renderer.TransformationRender<science.aist.xes.model.LogType,science.aist.xes.model.LogType,AuditEventBundle,Collection<org.hl7.fhir.r5.model.AuditEvent>>
public class LogRenderer extends Object implements science.aist.gtf.transformation.renderer.TransformationRender<science.aist.xes.model.LogType,science.aist.xes.model.LogType,AuditEventBundle,Collection<org.hl7.fhir.r5.model.AuditEvent>>
Creates and
LogType
out of anAuditEventBundle
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description LogRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description science.aist.xes.model.LogType
createElement()
science.aist.xes.model.LogType
mapProperties(science.aist.xes.model.LogType logType, AuditEventBundle auditEventBundle, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
science.aist.xes.model.LogType
renderElement(AuditEventBundle auditEventBundle, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
-
-
-
Method Detail
-
renderElement
public science.aist.xes.model.LogType renderElement(AuditEventBundle auditEventBundle, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
- Specified by:
renderElement
in interfacescience.aist.gtf.transformation.renderer.TransformationRender<science.aist.xes.model.LogType,science.aist.xes.model.LogType,AuditEventBundle,Collection<org.hl7.fhir.r5.model.AuditEvent>>
-
createElement
public science.aist.xes.model.LogType createElement()
- Specified by:
createElement
in interfacescience.aist.gtf.transformation.renderer.TransformationRender<science.aist.xes.model.LogType,science.aist.xes.model.LogType,AuditEventBundle,Collection<org.hl7.fhir.r5.model.AuditEvent>>
-
mapProperties
public science.aist.xes.model.LogType mapProperties(science.aist.xes.model.LogType logType, AuditEventBundle auditEventBundle, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
- Specified by:
mapProperties
in interfacescience.aist.gtf.transformation.renderer.TransformationRender<science.aist.xes.model.LogType,science.aist.xes.model.LogType,AuditEventBundle,Collection<org.hl7.fhir.r5.model.AuditEvent>>
-
-