Uses of Interface
org.graylog.plugins.views.search.views.ViewResolver
Packages that use ViewResolver
Package
Description
-
Uses of ViewResolver in org.graylog.plugins.views.search
Constructor parameters in org.graylog.plugins.views.search with type arguments of type ViewResolverModifierConstructorDescriptionSearchDomain(SearchDbService dbService, SearchExecutionGuard executionGuard, ViewService viewService, Map<String, ViewResolver> viewResolvers) -
Uses of ViewResolver in org.graylog.plugins.views.search.db
Constructor parameters in org.graylog.plugins.views.search.db with type arguments of type ViewResolverModifierConstructorDescriptionSearchesCleanUpJob(ViewSummaryService viewSummaryService, SearchDbService searchDbService, org.joda.time.Duration maximumSearchAge, Map<String, ViewResolver> viewResolvers) -
Uses of ViewResolver in org.graylog.plugins.views.search.permissions
Constructor parameters in org.graylog.plugins.views.search.permissions with type arguments of type ViewResolverModifierConstructorDescriptionSearchUser(User currentUser, Predicate<String> isPermitted, BiPredicate<String, String> isPermittedEntity, PermittedStreams permittedStreams, Map<String, ViewResolver> viewResolvers) -
Uses of ViewResolver in org.graylog.plugins.views.search.rest
Constructor parameters in org.graylog.plugins.views.search.rest with type arguments of type ViewResolverModifierConstructorDescriptionViewsResource(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 ViewResolver in org.graylog.plugins.views.search.rest.contexts
Constructor parameters in org.graylog.plugins.views.search.rest.contexts with type arguments of type ViewResolverModifierConstructorDescriptionSearchUserFactory(org.glassfish.hk2.api.ServiceLocator serviceLocator, PermittedStreams permittedStreams, Map<String, ViewResolver> viewResolvers) -
Uses of ViewResolver in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type ViewResolverModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,ViewResolver> Graylog2Module.viewResolverBinder()Method parameters in org.graylog2.plugin.inject with type arguments of type ViewResolverModifier and TypeMethodDescriptionprotected voidGraylog2Module.installViewResolver(String name, Class<? extends ViewResolver> resolverClass)