Uses of Class
org.graylog.plugins.views.search.Search
Packages that use Search
Package
Description
-
Uses of Search in org.graylog.plugins.views
Methods in org.graylog.plugins.views that return types with arguments of type SearchModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.Multibinder<Requirement<Search>>ViewsModule.searchRequirementBinder()Method parameters in org.graylog.plugins.views with type arguments of type SearchModifier and TypeMethodDescriptionprotected voidViewsModule.registerSearchRequirement(Class<? extends Requirement<Search>> searchRequirement) -
Uses of Search in org.graylog.plugins.views.search
Methods in org.graylog.plugins.views.search that return SearchModifier and TypeMethodDescriptionSearch.addStreamsToQueriesWithoutStreams(Supplier<Set<String>> defaultStreamsSupplier) Search.applyExecutionState(ExecutionState executionState) Search.Builder.build()SearchJob.getSearch()SearchDomain.saveForUser(Search search, SearchUser searchUser) Methods in org.graylog.plugins.views.search that return types with arguments of type SearchModifier and TypeMethodDescriptionSearchDomain.getAllForUser(SearchPermissions searchPermissions, Predicate<ViewDTO> viewReadPermission) SearchDomain.getForUser(String id, SearchUser searchUser) Methods in org.graylog.plugins.views.search with parameters of type SearchModifier and TypeMethodDescriptionvoidQueryMetadataDecorator.decorate(Search search, Query query, QueryMetadata queryMetadata) SearchDomain.saveForUser(Search search, SearchUser searchUser) Constructors in org.graylog.plugins.views.search with parameters of type SearchModifierConstructorDescriptionSearchRequirements(Set<Requirement<Search>> requirements, Search dto) Constructor parameters in org.graylog.plugins.views.search with type arguments of type SearchModifierConstructorDescriptionSearchRequirements(Set<Requirement<Search>> requirements, Search dto) -
Uses of Search in org.graylog.plugins.views.search.db
Fields in org.graylog.plugins.views.search.db with type parameters of type SearchModifier and TypeFieldDescriptionprotected final org.mongojack.JacksonDBCollection<Search,org.bson.types.ObjectId> SearchDbService.dbMethods in org.graylog.plugins.views.search.db that return SearchMethods in org.graylog.plugins.views.search.db that return types with arguments of type SearchModifier and TypeMethodDescriptionSearchDbService.findPaginated(org.mongojack.DBQuery.Query search, org.mongojack.DBSort.SortBuilder sort, int page, int perPage) SearchDbService.streamAll()Methods in org.graylog.plugins.views.search.db with parameters of type Search -
Uses of Search in org.graylog.plugins.views.search.engine
Methods in org.graylog.plugins.views.search.engine with parameters of type SearchModifier and TypeMethodDescriptionSearchExecutor.execute(Search search, SearchUser searchUser, ExecutionState executionState) -
Uses of Search in org.graylog.plugins.views.search.engine.normalization
Methods in org.graylog.plugins.views.search.engine.normalization that return SearchModifier and TypeMethodDescriptiondefault SearchPluggableSearchNormalization.postValidation(Search search, SearchUser searchUser, ExecutionState executionState) SearchNormalization.postValidation(Search search, SearchUser searchUser, ExecutionState executionState) PluggableSearchNormalization.preValidation(Search search, SearchUser searchUser, ExecutionState executionState) SearchNormalization.preValidation(Search search, SearchUser searchUser, ExecutionState executionState) Methods in org.graylog.plugins.views.search.engine.normalization with parameters of type SearchModifier and TypeMethodDescriptiondefault SearchPluggableSearchNormalization.postValidation(Search search, SearchUser searchUser, ExecutionState executionState) SearchNormalization.postValidation(Search search, SearchUser searchUser, ExecutionState executionState) PluggableSearchNormalization.preValidation(Search search, SearchUser searchUser, ExecutionState executionState) SearchNormalization.preValidation(Search search, SearchUser searchUser, ExecutionState executionState) -
Uses of Search in org.graylog.plugins.views.search.engine.validation
Methods in org.graylog.plugins.views.search.engine.validation with parameters of type SearchModifier and TypeMethodDescriptionPluggableSearchValidation.validate(Search search, StreamPermissions streamPermissions) SearchValidation.validate(Search search, StreamPermissions streamPermissions) -
Uses of Search in org.graylog.plugins.views.search.export
Methods in org.graylog.plugins.views.search.export with parameters of type SearchModifier and TypeMethodDescriptionCommandFactory.buildWithMessageList(Search search, String messageListId, ResultFormat resultFormat) CommandFactory.buildWithSearchOnly(Search search, ResultFormat resultFormat) QueryStringDecorator.decorateQueryString(String queryString, Search search, Query query) -
Uses of Search in org.graylog.plugins.views.search.permissions
Methods in org.graylog.plugins.views.search.permissions with parameters of type Search -
Uses of Search in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest with parameters of type SearchModifier and TypeMethodDescriptionprotected voidViewsResource.validateSearchProperties(ViewDTO dto, Search search) -
Uses of Search in org.graylog.plugins.views.search.rest.scriptingapi.mapping
Methods in org.graylog.plugins.views.search.rest.scriptingapi.mapping that return SearchModifier and TypeMethodDescriptionSearchRequestSpecToSearchMapper.mapToSearch(AggregationRequestSpec aggregationRequestSpec, SearchUser searchUser) SearchRequestSpecToSearchMapper.mapToSearch(MessagesRequestSpec messagesRequestSpec, SearchUser searchUser) -
Uses of Search in org.graylog.plugins.views.search.views
Methods in org.graylog.plugins.views.search.views with parameters of type Search -
Uses of Search in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return SearchModifier and TypeMethodDescriptionSearchEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) -
Uses of Search in org.graylog2.rest.resources.search
Methods in org.graylog2.rest.resources.search that return Search