| Package | Description |
|---|---|
| org.apache.nifi.rules | |
| org.apache.nifi.rules.engine |
| Modifier and Type | Field and Description |
|---|---|
private List<Action> |
Rule.actions |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
Rule.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionHandler.execute(Action action,
Map<String,Object> facts)
Execute the given action for the provided facts
|
void |
PropertyContextActionHandler.execute(PropertyContext context,
Action action,
Map<String,Object> facts) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setActions(List<Action> actions) |
| Constructor and Description |
|---|
Rule(String name,
String description,
Integer priority,
String condition,
List<Action> actions,
List<String> facts) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
RulesEngineService.fireRules(Map<String,Object> facts)
Returns the list of Actions that should be triggered as determined by the rules engine for the the given facts.
|
Copyright © 2020 Apache NiFi Project. All rights reserved.