public class ReportDocumentationServiceImpl extends java.lang.Object implements ReportDocumentationService
RESOURCES_DIR
Constructor and Description |
---|
ReportDocumentationServiceImpl(<any> groovyHelperProvider,
<any> pdfRendererProvider,
<any> serverInfoProvider,
<any> authenticatorServiceProvider) |
Modifier and Type | Method and Description |
---|---|
CompiledReport |
executeDocumentation(Report report,
java.lang.Long tsId,
java.lang.String format) |
CompiledReport |
executeDocumentationDeployAnalyze(Report leftReport,
Report rightReport,
java.lang.String format,
boolean ignoreCase) |
CompiledReport |
executeDocumentationRev(Report report,
java.lang.Long revision,
java.lang.String format) |
CompiledReport |
executeDocumentationVariantTest(Report report,
java.util.List<DatasourceDefinition> datasources,
java.lang.String format) |
CompiledReport |
executeRevisions(Report report,
java.lang.String format) |
public ReportDocumentationServiceImpl(<any> groovyHelperProvider, <any> pdfRendererProvider, <any> serverInfoProvider, <any> authenticatorServiceProvider)
public CompiledReport executeDocumentation(Report report, java.lang.Long tsId, java.lang.String format) throws javax.script.ScriptException
executeDocumentation
in interface ReportDocumentationService
javax.script.ScriptException
public CompiledReport executeDocumentationDeployAnalyze(Report leftReport, Report rightReport, java.lang.String format, boolean ignoreCase) throws javax.script.ScriptException
executeDocumentationDeployAnalyze
in interface ReportDocumentationService
javax.script.ScriptException
public CompiledReport executeDocumentationVariantTest(Report report, java.util.List<DatasourceDefinition> datasources, java.lang.String format) throws javax.script.ScriptException
executeDocumentationVariantTest
in interface ReportDocumentationService
javax.script.ScriptException
public CompiledReport executeDocumentationRev(Report report, java.lang.Long revision, java.lang.String format) throws javax.script.ScriptException
executeDocumentationRev
in interface ReportDocumentationService
javax.script.ScriptException
public CompiledReport executeRevisions(Report report, java.lang.String format) throws javax.script.ScriptException
executeRevisions
in interface ReportDocumentationService
javax.script.ScriptException