Interface SaikuRpcService
- All Known Implementing Classes:
SaikuRpcServiceImpl
- 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 SaikuRpcService
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearCache(MondrianDatasourceDto datasourceDefinitionDto) <any>loadCubesFor(MondrianDatasourceDto datasourceDefinitionDto, SaikuReportDto saikuReportDto) voidstashReport(String token, SaikuReportDto report) booleantestConnection(MondrianDatasourceDto datasourceDto)
-
Method Details
-
stashReport
- Throws:
ServerCallFailedException
-
loadCubesFor
<any> loadCubesFor(MondrianDatasourceDto datasourceDefinitionDto, SaikuReportDto saikuReportDto) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
clearCache
- Throws:
ServerCallFailedException
-
testConnection
- Throws:
ServerCallFailedException
-