| Package | Description |
|---|---|
| org.apache.nifi.update.attributes | |
| org.apache.nifi.update.attributes.serde |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Rule> |
Criteria.rules |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Criteria.getRule(String ruleId)
Gets the specified rule from the rule collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
Criteria.getRules()
Returns a listing of all Rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Criteria.addRule(Rule rule)
Adds the specified rule to the end of the rule collection.
|
void |
Criteria.deleteRule(Rule rule)
Deletes the specified rule from the rule collection.
|
| Constructor and Description |
|---|
Criteria(FlowFilePolicy flowFilePolicy,
List<Rule> ruleList) |
| Modifier and Type | Field and Description |
|---|---|
private List<Rule> |
CriteriaSerDe.CriteriaBinding.rules |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
CriteriaSerDe.CriteriaBinding.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
CriteriaSerDe.CriteriaBinding.setRules(List<Rule> rules) |
Copyright © 2016 Apache NiFi Project. All rights reserved.