Uses of Class
eu.europa.esig.dss.simplereport.jaxb.XmlSimpleReport
Packages that use XmlSimpleReport
Package
Description
-
Uses of XmlSimpleReport in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return XmlSimpleReportModifier and TypeMethodDescriptionSimpleReport.getJaxbModel()
This method returns the jaxb model of the simple reportMethods in eu.europa.esig.dss.simplereport that return types with arguments of type XmlSimpleReportModifier and TypeMethodDescriptionprotected JAXBElement<XmlSimpleReport>
SimpleReportFacade.wrap
(XmlSimpleReport simpleReport) Methods in eu.europa.esig.dss.simplereport with parameters of type XmlSimpleReportModifier and TypeMethodDescriptionSimpleReportFacade.generateHtmlReport
(XmlSimpleReport simpleReport) Generates a Bootstrap 4 Simple reportvoid
SimpleReportFacade.generateHtmlReport
(XmlSimpleReport simpleReport, Result result) Generates a Bootstrap 4 Simple reportvoid
SimpleReportFacade.generatePdfReport
(XmlSimpleReport simpleReport, Result result) Generates a PDF Simple reportprotected JAXBElement<XmlSimpleReport>
SimpleReportFacade.wrap
(XmlSimpleReport simpleReport) Constructors in eu.europa.esig.dss.simplereport with parameters of type XmlSimpleReport -
Uses of XmlSimpleReport in eu.europa.esig.dss.simplereport.jaxb
Methods in eu.europa.esig.dss.simplereport.jaxb that return XmlSimpleReportModifier and TypeMethodDescriptionObjectFactory.createXmlSimpleReport()
Create an instance ofXmlSimpleReport
Methods in eu.europa.esig.dss.simplereport.jaxb that return types with arguments of type XmlSimpleReportMethods in eu.europa.esig.dss.simplereport.jaxb with parameters of type XmlSimpleReport -
Uses of XmlSimpleReport in eu.europa.esig.dss.validation.executor.signature
Methods in eu.europa.esig.dss.validation.executor.signature that return XmlSimpleReportModifier and TypeMethodDescriptionSimpleReportBuilder.build()
This method generates the validation simpleReport. -
Uses of XmlSimpleReport in eu.europa.esig.dss.validation.reports
Methods in eu.europa.esig.dss.validation.reports that return XmlSimpleReportModifier and TypeMethodDescriptionReports.getSimpleReportJaxb()
This method returns the JAXB SimpleReportConstructors in eu.europa.esig.dss.validation.reports with parameters of type XmlSimpleReportModifierConstructorDescriptionReports
(XmlDiagnosticData diagnosticDataJaxb, XmlDetailedReport detailedReport, XmlSimpleReport simpleReport, ValidationReportType validationReport) This is the default constructor to instantiate this container. -
Uses of XmlSimpleReport in eu.europa.esig.dss.ws.validation.dto
Methods in eu.europa.esig.dss.ws.validation.dto that return XmlSimpleReportMethods in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlSimpleReportModifier and TypeMethodDescriptionvoid
WSReportsDTO.setSimpleReport
(XmlSimpleReport simpleReport) Sets a SimpleReportConstructors in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlSimpleReportModifierConstructorDescriptionWSReportsDTO
(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport) Default constructor without ETSI Validation reportWSReportsDTO
(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport, ValidationReportType validationReport) Default constructor with ETSI Validation report