Uses of Class
org.graylog2.contentpacks.model.entities.DashboardEntity
Packages that use DashboardEntity
Package
Description
-
Uses of DashboardEntity in org.graylog2.contentpacks.facades.dashboardV1
Methods in org.graylog2.contentpacks.facades.dashboardV1 with parameters of type DashboardEntityModifier and TypeMethodDescriptionEntityConverter.convert(DashboardEntity dashboardEntity, Map<String, ValueReference> parameters) -
Uses of DashboardEntity in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return DashboardEntityModifier and TypeMethodDescriptionstatic DashboardEntityDashboardEntity.create(@NotBlank ValueReference title, ValueReference description, @NotNull List<DashboardWidgetEntity> widgets)