| Modifier and Type | Method and Description |
|---|---|
abstract RuleDao |
RuleDao.Builder.build() |
static RuleDao |
RuleDao.create(String id,
String title,
String description,
String source,
org.joda.time.DateTime createdAt,
org.joda.time.DateTime modifiedAt) |
RuleDao |
RuleService.load(String id) |
RuleDao |
RuleService.save(RuleDao rule) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RuleDao> |
RuleService.loadAll() |
Collection<RuleDao> |
RuleService.loadNamed(Collection<String> ruleNames) |
| Modifier and Type | Method and Description |
|---|---|
RuleDao |
RuleService.save(RuleDao rule) |
| Modifier and Type | Method and Description |
|---|---|
RuleDao |
InMemoryRuleService.load(String id) |
RuleDao |
InMemoryRuleService.save(RuleDao rule) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RuleDao> |
InMemoryRuleService.loadAll() |
Collection<RuleDao> |
InMemoryRuleService.loadNamed(Collection<String> ruleNames) |
| Modifier and Type | Method and Description |
|---|---|
RuleDao |
InMemoryRuleService.save(RuleDao rule) |
| Modifier and Type | Method and Description |
|---|---|
RuleDao |
MongoDbRuleService.load(String id) |
RuleDao |
MongoDbRuleService.save(RuleDao rule) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RuleDao> |
MongoDbRuleService.loadAll() |
Collection<RuleDao> |
MongoDbRuleService.loadNamed(Collection<String> ruleNames) |
| Modifier and Type | Method and Description |
|---|---|
RuleDao |
MongoDbRuleService.save(RuleDao rule) |
| Modifier and Type | Method and Description |
|---|---|
static RuleSource |
RuleSource.fromDao(PipelineRuleParser parser,
RuleDao dao) |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.