Interface ReportDocumentationUiService

All Known Implementing Classes:
ReportDocumentationUiServiceImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public interface ReportDocumentationUiService
  • Method Details

    • openDocumentationForopen

      void openDocumentationForopen(ReportDto report)
    • openDeployAnalyzeForopen

      void openDeployAnalyzeForopen(ReportDto leftReport, ReportDto rightReport, boolean ignoreCase)
    • openVariantTestForopen

      void openVariantTestForopen(ReportDto report, List<DatasourceDefinitionDto> datasources)