Interface DefExplorerQueryService


  • public interface DefExplorerQueryService
    Service for getting the information required by the DataSourceDefExplorerScreen and the internal widgets ProjectDataSourceExplorer and GlobalDataSourceExplore. The returned results are calculated by using the AuthorizationManager and depends on current user.
    • Method Detail

      • executeQuery

        DefExplorerQueryResult executeQuery​(DefExplorerQuery query)
        Resolves a query for getting the information to show in the data sources and drivers explorer. The query tries to resolve all the data sources and drivers for a given project (when selected) and also piggybacks the information about the organizational units, repositories, and projects accessible by current user.
        Returns:
        the data source and drivers information found (when found) as well as the organizational units, repositories and projects that currently exists.