Uses of Enum Class
org.graylog.plugins.views.search.views.ViewDTO.Type
Packages that use ViewDTO.Type
Package
Description
-
Uses of ViewDTO.Type in org.graylog.plugins.views.search.views
Methods in org.graylog.plugins.views.search.views that return ViewDTO.TypeModifier and TypeMethodDescriptionabstract ViewDTO.TypeViewDTO.type()ViewLike.type()abstract ViewDTO.TypeViewParameterSummaryDTO.type()abstract ViewDTO.TypeViewSummaryDTO.type()static ViewDTO.TypeReturns the enum constant of this class with the specified name.static ViewDTO.Type[]ViewDTO.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.search.views with parameters of type ViewDTO.TypeModifier and TypeMethodDescriptionViewService.searchPaginatedByType(ViewDTO.Type type, SearchQuery query, Predicate<ViewDTO> filter, String order, String sortField, int page, int perPage) ViewSummaryService.searchPaginatedByType(SearchUser searchUser, ViewDTO.Type type, org.bson.conversions.Bson dbQuery, Predicate<ViewSummaryDTO> predicate, String order, String sortField, int page, int perPage) ViewService.searchSummariesPaginatedByType(SearchUser searchUser, ViewDTO.Type type, org.bson.conversions.Bson dbQuery, Predicate<ViewSummaryDTO> predicate, String order, String sortField, int page, int perPage) abstract ViewDTO.BuilderViewDTO.Builder.type(ViewDTO.Type type) abstract ViewSummaryDTO.BuilderViewSummaryDTO.Builder.type(ViewDTO.Type type) -
Uses of ViewDTO.Type in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return ViewDTO.TypeModifier and TypeMethodDescriptionDashboardFacade.getDTOType()SearchFacade.getDTOType()abstract ViewDTO.TypeViewFacade.getDTOType() -
Uses of ViewDTO.Type in org.graylog2.contentpacks.facades.dashboardV1
Methods in org.graylog2.contentpacks.facades.dashboardV1 that return ViewDTO.Type -
Uses of ViewDTO.Type in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return ViewDTO.TypeMethods in org.graylog2.contentpacks.model.entities with parameters of type ViewDTO.Type