Uses of Class
org.graylog.plugins.pipelineprocessor.db.RuleDao
Packages that use RuleDao
Package
Description
-
Uses of RuleDao in org.graylog.plugins.pipelineprocessor.db
Methods in org.graylog.plugins.pipelineprocessor.db that return RuleDaoModifier and TypeMethodDescriptionabstract RuleDaoRuleDao.Builder.build()static RuleDaoRuleDao.create(String id, String title, String description, String source, org.joda.time.DateTime createdAt, org.joda.time.DateTime modifiedAt, RuleBuilder ruleBuilder, String simulatorMessage) RuleService.loadByName(String name) Methods in org.graylog.plugins.pipelineprocessor.db that return types with arguments of type RuleDaoModifier and TypeMethodDescriptionRuleService.findByName(String name) PaginatedRuleService.findPaginated(SearchQuery searchQuery, int page, int perPage, String sortField, String order) RuleService.loadAll()RuleService.loadNamed(Collection<String> ruleNames) Methods in org.graylog.plugins.pipelineprocessor.db with parameters of type RuleDao -
Uses of RuleDao in org.graylog.plugins.pipelineprocessor.db.memory
Methods in org.graylog.plugins.pipelineprocessor.db.memory that return RuleDaoMethods in org.graylog.plugins.pipelineprocessor.db.memory that return types with arguments of type RuleDaoModifier and TypeMethodDescriptionInMemoryRuleService.loadAll()InMemoryRuleService.loadNamed(Collection<String> ruleNames) Methods in org.graylog.plugins.pipelineprocessor.db.memory with parameters of type RuleDao -
Uses of RuleDao in org.graylog.plugins.pipelineprocessor.db.mongodb
Methods in org.graylog.plugins.pipelineprocessor.db.mongodb that return RuleDaoMethods in org.graylog.plugins.pipelineprocessor.db.mongodb that return types with arguments of type RuleDaoModifier and TypeMethodDescriptionPaginatedMongoDbRuleService.findPaginated(SearchQuery searchQuery, int page, int perPage, String sortField, String order) MongoDbRuleService.loadAll()MongoDbRuleService.loadNamed(Collection<String> ruleNames) Methods in org.graylog.plugins.pipelineprocessor.db.mongodb with parameters of type RuleDao -
Uses of RuleDao in org.graylog.plugins.pipelineprocessor.processors
Methods in org.graylog.plugins.pipelineprocessor.processors that return types with arguments of type RuleDaoModifier and TypeMethodDescriptionPipelineResolverConfig.rulesSupplier()Returns the value of therulesSupplierrecord component.Method parameters in org.graylog.plugins.pipelineprocessor.processors with type arguments of type RuleDaoModifier and TypeMethodDescriptionstatic PipelineResolverConfigPipelineResolverConfig.of(Supplier<Stream<RuleDao>> rulesSupplier, Supplier<Stream<PipelineDao>> pipelinesSupplier) static PipelineResolverConfigPipelineResolverConfig.of(Supplier<Stream<RuleDao>> rulesSupplier, Supplier<Stream<PipelineDao>> pipelinesSupplier, Supplier<Stream<PipelineConnections>> pipelineConnectionsSupplier) Constructor parameters in org.graylog.plugins.pipelineprocessor.processors with type arguments of type RuleDaoModifierConstructorDescriptionPipelineResolverConfig(Supplier<Stream<RuleDao>> rulesSupplier, Supplier<Stream<PipelineDao>> pipelinesSupplier, Supplier<Stream<PipelineConnections>> pipelineConnectionsSupplier) Creates an instance of aPipelineResolverConfigrecord class. -
Uses of RuleDao in org.graylog.plugins.pipelineprocessor.rest
Methods in org.graylog.plugins.pipelineprocessor.rest with parameters of type RuleDaoModifier and TypeMethodDescriptionPipelineRuleService.createRuleSourceFromRuleDao(RuleDao ruleDao) static RuleSourceRuleSource.fromDao(PipelineRuleParser parser, RuleDao dao) -
Uses of RuleDao in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return types with arguments of type RuleDaoModifier and TypeMethodDescriptionPipelineRuleFacade.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) PipelineRuleFacade.findExisting(Entity entity, Map<String, ValueReference> parameters) PipelineRuleFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) Methods in org.graylog2.contentpacks.facades with parameters of type RuleDao