| 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.loadByName(String name) |
RuleDao |
RuleService.save(RuleDao rule) |
| Modifier and Type | Method and Description |
|---|---|
default Optional<RuleDao> |
RuleService.findByName(String name) |
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.loadByName(String name) |
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.loadByName(String name) |
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) |
| Modifier and Type | Method and Description |
|---|---|
NativeEntity<RuleDao> |
PipelineRuleFacade.createNativeEntity(Entity entity,
Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities,
String username) |
Optional<NativeEntity<RuleDao>> |
PipelineRuleFacade.findExisting(Entity entity,
Map<String,ValueReference> parameters) |
Optional<NativeEntity<RuleDao>> |
PipelineRuleFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
EntityExcerpt |
PipelineRuleFacade.createExcerpt(RuleDao ruleDao) |
void |
PipelineRuleFacade.delete(RuleDao nativeEntity) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.