Class 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 an AuditEventBundle

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • LogRenderer

        public LogRenderer()
    • Method Detail

      • renderElement

        public science.aist.xes.model.LogType renderElement​(AuditEventBundle auditEventBundle,
                                                            Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
        Specified by:
        renderElement in interface science.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 interface science.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 interface science.aist.gtf.transformation.renderer.TransformationRender<science.aist.xes.model.LogType,​science.aist.xes.model.LogType,​AuditEventBundle,​Collection<org.hl7.fhir.r5.model.AuditEvent>>