Class LogTypeRenderer
- java.lang.Object
-
- science.aist.fhirauditeventtoocel.renderer.LogTypeRenderer
-
- All Implemented Interfaces:
science.aist.gtf.transformation.renderer.TransformationRender<science.aist.ocel.model.LogType,science.aist.ocel.model.LogType,Collection<org.hl7.fhir.r5.model.AuditEvent>,Collection<org.hl7.fhir.r5.model.AuditEvent>>
public class LogTypeRenderer extends Object implements science.aist.gtf.transformation.renderer.TransformationRender<science.aist.ocel.model.LogType,science.aist.ocel.model.LogType,Collection<org.hl7.fhir.r5.model.AuditEvent>,Collection<org.hl7.fhir.r5.model.AuditEvent>>
Renderer for the
LogType
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description LogTypeRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description science.aist.ocel.model.LogType
createElement()
science.aist.ocel.model.LogType
mapProperties(science.aist.ocel.model.LogType logType, Collection<org.hl7.fhir.r5.model.AuditEvent> auditEvents, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
science.aist.ocel.model.LogType
renderElement(Collection<org.hl7.fhir.r5.model.AuditEvent> auditEvents, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
-
-
-
Method Detail
-
renderElement
public science.aist.ocel.model.LogType renderElement(Collection<org.hl7.fhir.r5.model.AuditEvent> auditEvents, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
- Specified by:
renderElement
in interfacescience.aist.gtf.transformation.renderer.TransformationRender<science.aist.ocel.model.LogType,science.aist.ocel.model.LogType,Collection<org.hl7.fhir.r5.model.AuditEvent>,Collection<org.hl7.fhir.r5.model.AuditEvent>>
-
createElement
public science.aist.ocel.model.LogType createElement()
- Specified by:
createElement
in interfacescience.aist.gtf.transformation.renderer.TransformationRender<science.aist.ocel.model.LogType,science.aist.ocel.model.LogType,Collection<org.hl7.fhir.r5.model.AuditEvent>,Collection<org.hl7.fhir.r5.model.AuditEvent>>
-
mapProperties
public science.aist.ocel.model.LogType mapProperties(science.aist.ocel.model.LogType logType, Collection<org.hl7.fhir.r5.model.AuditEvent> auditEvents, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
- Specified by:
mapProperties
in interfacescience.aist.gtf.transformation.renderer.TransformationRender<science.aist.ocel.model.LogType,science.aist.ocel.model.LogType,Collection<org.hl7.fhir.r5.model.AuditEvent>,Collection<org.hl7.fhir.r5.model.AuditEvent>>
-
-