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 ReportDocumentationServicejavax.script.ScriptExceptionpublic CompiledReport executeDocumentationDeployAnalyze(Report leftReport, Report rightReport, java.lang.String format, boolean ignoreCase) throws javax.script.ScriptException
executeDocumentationDeployAnalyze in interface ReportDocumentationServicejavax.script.ScriptExceptionpublic CompiledReport executeDocumentationVariantTest(Report report, java.util.List<DatasourceDefinition> datasources, java.lang.String format) throws javax.script.ScriptException
executeDocumentationVariantTest in interface ReportDocumentationServicejavax.script.ScriptExceptionpublic CompiledReport executeDocumentationRev(Report report, java.lang.Long revision, java.lang.String format) throws javax.script.ScriptException
executeDocumentationRev in interface ReportDocumentationServicejavax.script.ScriptExceptionpublic CompiledReport executeRevisions(Report report, java.lang.String format) throws javax.script.ScriptException
executeRevisions in interface ReportDocumentationServicejavax.script.ScriptException