Class ReportDocumentationServiceImpl
java.lang.Object
net.datenwerke.rs.reportdoc.service.ReportDocumentationServiceImpl
- All Implemented Interfaces:
ReportDocumentationService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Fields inherited from interface net.datenwerke.rs.reportdoc.service.ReportDocumentationService
RESOURCES_DIR -
Constructor Summary
ConstructorsConstructorDescriptionReportDocumentationServiceImpl(<any> groovyHelperProvider, <any> pdfRendererProvider, <any> serverInfoProvider, <any> authenticatorServiceProvider) -
Method Summary
Modifier and TypeMethodDescriptionexecuteDocumentation(Report report, Long tsId, String format) executeDocumentationDeployAnalyze(Report leftReport, Report rightReport, String format, boolean ignoreCase) executeDocumentationRev(Report report, Long revision, String format) executeDocumentationVariantTest(Report report, List<DatasourceDefinition> datasources, String format) executeRevisions(Report report, String format)
-
Constructor Details
-
ReportDocumentationServiceImpl
public ReportDocumentationServiceImpl(<any> groovyHelperProvider, <any> pdfRendererProvider, <any> serverInfoProvider, <any> authenticatorServiceProvider)
-
-
Method Details
-
executeDocumentation
public CompiledReport executeDocumentation(Report report, Long tsId, String format) throws ScriptException - Specified by:
executeDocumentationin interfaceReportDocumentationService- Throws:
ScriptException
-
executeDocumentationDeployAnalyze
public CompiledReport executeDocumentationDeployAnalyze(Report leftReport, Report rightReport, String format, boolean ignoreCase) throws ScriptException - Specified by:
executeDocumentationDeployAnalyzein interfaceReportDocumentationService- Throws:
ScriptException
-
executeDocumentationVariantTest
public CompiledReport executeDocumentationVariantTest(Report report, List<DatasourceDefinition> datasources, String format) throws ScriptException - Specified by:
executeDocumentationVariantTestin interfaceReportDocumentationService- Throws:
ScriptException
-
executeDocumentationRev
public CompiledReport executeDocumentationRev(Report report, Long revision, String format) throws ScriptException - Specified by:
executeDocumentationRevin interfaceReportDocumentationService- Throws:
ScriptException
-
executeRevisions
- Specified by:
executeRevisionsin interfaceReportDocumentationService- Throws:
ScriptException
-