Interface DataManagementService
-
public interface DataManagementService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.dashbuilder.displayer.DisplayerSettingsgetDisplayerSettings(String dataSourceUuid, String schema, String table)Calculates the required settings needed to draw a TableDisplayer for a given database table.
-
-
-
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.
-
-