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
LogTypeout 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.LogTypecreateElement()science.aist.xes.model.LogTypemapProperties(science.aist.xes.model.LogType logType, AuditEventBundle auditEventBundle, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)science.aist.xes.model.LogTyperenderElement(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:
renderElementin 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:
createElementin 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:
mapPropertiesin interfacescience.aist.gtf.transformation.renderer.TransformationRender<science.aist.xes.model.LogType,science.aist.xes.model.LogType,AuditEventBundle,Collection<org.hl7.fhir.r5.model.AuditEvent>>
-
-