Uses of Class
org.graylog2.contentpacks.model.entities.DashboardWidgetEntity
Packages that use DashboardWidgetEntity
Package
Description
-
Uses of DashboardWidgetEntity in org.graylog2.contentpacks.facades.dashboardV1
Methods in org.graylog2.contentpacks.facades.dashboardV1 with parameters of type DashboardWidgetEntityModifier and TypeMethodDescriptionDashboardWidgetConverter.convert(DashboardWidgetEntity dashboardWidgetEntity, Map<String, ValueReference> parameters) -
Uses of DashboardWidgetEntity in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return DashboardWidgetEntityModifier and TypeMethodDescriptionstatic DashboardWidgetEntityDashboardWidgetEntity.create(@NotNull ValueReference id, @NotNull ValueReference description, @NotBlank ValueReference type, @PositiveOrZero ValueReference cacheTime, @NotNull TimeRangeEntity timeRange, @NotNull ReferenceMap configuration, DashboardWidgetEntity.Position position) Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type DashboardWidgetEntityModifier and TypeMethodDescriptionabstract @NotNull List<DashboardWidgetEntity>DashboardEntity.widgets()Method parameters in org.graylog2.contentpacks.model.entities with type arguments of type DashboardWidgetEntityModifier and TypeMethodDescriptionstatic DashboardEntityDashboardEntity.create(@NotBlank ValueReference title, ValueReference description, @NotNull List<DashboardWidgetEntity> widgets) static TitlesDashboardEntity.widgetTitles(Map<DashboardWidgetEntity, List<WidgetEntity>> widgetMap, Map<String, ValueReference> parameters)