Interface ReportDocumentationService
- All Known Implementing Classes:
ReportDocumentationServiceImpl
public interface ReportDocumentationService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexecuteDocumentation(Report report, Long tsId, String format) executeDocumentationDeployAnalyze(Report newReport, Report destinationReport, String format, boolean ignoreCase) executeDocumentationRev(Report report, Long revision, String format) executeDocumentationVariantTest(Report report, List<DatasourceDefinition> datasources, String format) executeRevisions(Report report, String format)
-
Field Details
-
RESOURCES_DIR
- See Also:
-
-
Method Details
-
executeDocumentation
- Throws:
ScriptException
-
executeDocumentationDeployAnalyze
CompiledReport executeDocumentationDeployAnalyze(Report newReport, Report destinationReport, String format, boolean ignoreCase) throws ScriptException - Throws:
ScriptException
-
executeDocumentationVariantTest
CompiledReport executeDocumentationVariantTest(Report report, List<DatasourceDefinition> datasources, String format) throws ScriptException - Throws:
ScriptException
-
executeDocumentationRev
CompiledReport executeDocumentationRev(Report report, Long revision, String format) throws ScriptException - Throws:
ScriptException
-
executeRevisions
- Throws:
ScriptException
-