Uses of Class
org.graylog.plugins.views.search.views.ViewService
Packages that use ViewService
Package
Description
-
Uses of ViewService in org.graylog.grn.providers
Constructors in org.graylog.grn.providers with parameters of type ViewService -
Uses of ViewService in org.graylog.plugins.views.search
Constructors in org.graylog.plugins.views.search with parameters of type ViewServiceModifierConstructorDescriptionSearchDomain(SearchDbService dbService, SearchExecutionGuard executionGuard, ViewService viewService, Map<String, ViewResolver> viewResolvers) -
Uses of ViewService in org.graylog.plugins.views.search.rest
Constructors in org.graylog.plugins.views.search.rest with parameters of type ViewServiceModifierConstructorDescriptionDashboardsResource(ViewService dbService) SavedSearchesResource(ViewService dbService) ViewsResource(ViewService dbService, StartPageService startPageService, RecentActivityService recentActivityService, ClusterEventBus clusterEventBus, SearchDomain searchDomain, Map<String, ViewResolver> viewResolvers, SearchFilterVisibilityChecker searchFilterVisibilityChecker, ReferencedSearchFiltersHelper referencedSearchFiltersHelper, AuditEventSender auditEventSender, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of ViewService in org.graylog.plugins.views.search.views
Constructors in org.graylog.plugins.views.search.views with parameters of type ViewServiceModifierConstructorDescriptionDashboardService(ViewService viewService) QualifyingViewsService(SearchDbService searchDbService, ViewService viewService) -
Uses of ViewService in org.graylog2.contentpacks.facades
Constructors in org.graylog2.contentpacks.facades with parameters of type ViewServiceModifierConstructorDescriptionDashboardFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) SearchFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) ViewFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) -
Uses of ViewService in org.graylog2.contentpacks.facades.dashboardV1
Constructors in org.graylog2.contentpacks.facades.dashboardV1 with parameters of type ViewServiceModifierConstructorDescriptionDashboardV1Facade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, EntityConverter entityConverter, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) -
Uses of ViewService in org.graylog2.migrations.V20200803120800_GrantsMigrations
Constructors in org.graylog2.migrations.V20200803120800_GrantsMigrations with parameters of type ViewServiceModifierConstructorDescriptionGrantsMetaMigration(RoleService roleService, UserService userService, DBGrantService dbGrantService, GRNRegistry grnRegistry, String rootUsername, MongoConnection mongoConnection, ViewService viewService, ClusterConfigService clusterConfigService) UserPermissionsToGrantsMigration(UserService userService, DBGrantService dbGrantService, GRNRegistry grnRegistry, ViewService viewService, String rootUsername) ViewOwnerShipToGrantsMigration(UserService userService, DBGrantService dbGrantService, String rootUsername, ViewService viewService, GRNRegistry grnRegistry) ViewSharingToGrantsMigration(MongoConnection mongoConnection, DBGrantService grantService, UserService userService, RoleService roleService, String rootUsername, ViewService viewService, GRNRegistry grnRegistry)