Uses of Class
org.graylog.plugins.views.search.views.ViewSummaryDTO
Packages that use ViewSummaryDTO
Package
Description
-
Uses of ViewSummaryDTO in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return types with arguments of type ViewSummaryDTOModifier and TypeMethodDescriptionDashboardsResource.views(int page, int perPage, String sortField, String order, String query, List<String> filters, SearchUser searchUser) SavedSearchesResource.views(int page, int perPage, String sortField, String order, String query, List<String> filters, SearchUser searchUser) -
Uses of ViewSummaryDTO in org.graylog.plugins.views.search.views
Methods in org.graylog.plugins.views.search.views that return ViewSummaryDTOMethods in org.graylog.plugins.views.search.views that return types with arguments of type ViewSummaryDTOModifier and TypeMethodDescriptionViewSummaryService.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) ViewSummaryService.type()Method parameters in org.graylog.plugins.views.search.views with type arguments of type ViewSummaryDTOModifier and TypeMethodDescriptionViewSummaryDTO.idsFrom(Collection<ViewSummaryDTO> views) 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) -
Uses of ViewSummaryDTO in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return types with arguments of type ViewSummaryDTOMethods in org.graylog2.contentpacks.facades with parameters of type ViewSummaryDTO -
Uses of ViewSummaryDTO in org.graylog2.contentpacks.facades.dashboardV1
Methods in org.graylog2.contentpacks.facades.dashboardV1 that return types with arguments of type ViewSummaryDTOModifier and TypeMethodDescriptionprotected Stream<ViewSummaryDTO>DashboardV1Facade.getNativeViews()