| Package | Description |
|---|---|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<EventCondition>> |
RuleMeta.getEventConditions()
Returns event conditions map.
|
List<EventCondition> |
RuleMeta.getEventConditions(String eventAlias)
Returns event conditions for the specified event alias.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMeta.addEventCondition(String eventAlias,
EventCondition condition)
Adds an event condition.
|
RuleBuilder |
RuleBuilder.withAllCondition(EventCondition condition) |
RuleBuilder |
RuleBuilder.withCondition(String eventAlias,
EventCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMeta.addAllEventConditions(List<EventCondition> conditions)
Adds event conditions for all events.
|
void |
RuleMeta.addEventConditions(String eventAlias,
List<EventCondition> conditions)
Adds event conditions.
|
Copyright © 2016–2019 Softelnet. All rights reserved.