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 Summary
Modifier and TypeMethodDescriptionvoidopenDeployAnalyzeForopen(ReportDto leftReport, ReportDto rightReport, boolean ignoreCase) voidopenDocumentationForopen(ReportDto report) voidopenVariantTestForopen(ReportDto report, List<DatasourceDefinitionDto> datasources)
-
Method Details
-
openDocumentationForopen
void openDocumentationForopen(ReportDto report) -
openDeployAnalyzeForopen
void openDeployAnalyzeForopen(ReportDto leftReport, ReportDto rightReport, boolean ignoreCase) -
openVariantTestForopen
-