Interface DashboardComponentDefinitionModel.DashboardComponentInfo
- All Known Implementing Classes:
BaseDashboardComponentInfo
- Enclosing interface:
DashboardComponentDefinitionModel
public static interface DashboardComponentDefinitionModel.DashboardComponentInfo
-
Method Details
-
getId
String getId() -
getKey
String getKey() -
getInputParameters
List<DashboardComponentDefinitionModel.DashboardComponentInputParameter> getInputParameters() -
getRequiredAuthorities
The authorities required to access this component, copied from the deployed model. Pre-populated byDashboardConfigurationService.getDashboardComponentInfoso callers can filter against them without re-fetching theDashboardComponentDefinitionModel.
-