| Package | Description |
|---|---|
| org.apache.nifi.update.attributes | |
| org.apache.nifi.update.attributes.dto | |
| org.apache.nifi.update.attributes.entity |
| Modifier and Type | Method and Description |
|---|---|
Rule |
UpdateAttributeModelFactory.createRule(RuleDTO dto) |
| Modifier and Type | Method and Description |
|---|---|
static RuleDTO |
DtoFactory.createRuleDTO(Rule rule) |
| Modifier and Type | Field and Description |
|---|---|
private RuleDTO |
RuleEntity.rule |
| Modifier and Type | Field and Description |
|---|---|
private List<RuleDTO> |
RulesEntity.rules |
| Modifier and Type | Method and Description |
|---|---|
RuleDTO |
RuleEntity.getRule() |
| Modifier and Type | Method and Description |
|---|---|
List<RuleDTO> |
RulesEntity.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleEntity.setRule(RuleDTO rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
RulesEntity.setRules(List<RuleDTO> rules) |
Copyright © 2015 Apache NiFi Project. All rights reserved.