public interface SaikuRpcService
Modifier and Type | Method and Description |
---|---|
void |
clearCache(MondrianDatasourceDto datasourceDefinitionDto) |
<any> |
loadCubesFor(MondrianDatasourceDto datasourceDefinitionDto,
SaikuReportDto saikuReportDto) |
void |
stashReport(java.lang.String token,
SaikuReportDto report) |
boolean |
testConnection(MondrianDatasourceDto datasourceDto) |
void stashReport(java.lang.String token, SaikuReportDto report) throws ServerCallFailedException
ServerCallFailedException
<any> loadCubesFor(MondrianDatasourceDto datasourceDefinitionDto, SaikuReportDto saikuReportDto) throws ServerCallFailedException
ServerCallFailedException
void clearCache(MondrianDatasourceDto datasourceDefinitionDto) throws ServerCallFailedException
ServerCallFailedException
boolean testConnection(MondrianDatasourceDto datasourceDto) throws ServerCallFailedException
ServerCallFailedException