Interface DataManagementService


  • public interface DataManagementService
    • Method Detail

      • getDisplayerSettings

        org.dashbuilder.displayer.DisplayerSettings getDisplayerSettings​(String dataSourceUuid,
                                                                         String schema,
                                                                         String table)
        Calculates the required settings needed to draw a TableDisplayer for a given database table.
        Parameters:
        dataSourceUuid - a datasource identifier.
        schema - a schema name where the table is located. (null values are accepted)
        table - the name of the table that will be displayed. (null values are not accepted.
        Returns:
        the calculated displayer settings required for drawing the table.