Interface DatasourceRpcService
- All Known Implementing Classes:
DatasourceManagerTreeHandlerRpcServiceImpl
- 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 DatasourceRpcService
-
Method Summary
Modifier and TypeMethodDescriptionMap<DatasourceInfoType, SafeHtml> getDatasourceInfoDetailsAsHtml(DatabaseDatasourceDto datasourceDto) DatasourceDefinitionDto
-
Method Details
-
getDefaultDatasource
- Throws:
ServerCallFailedException
-
getDatasourceInfoDetailsAsHtml
Map<DatasourceInfoType,SafeHtml> getDatasourceInfoDetailsAsHtml(DatabaseDatasourceDto datasourceDto) throws ServerCallFailedException - Throws:
ServerCallFailedException
-