| 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 |
|---|---|
Condition |
UpdateAttributeModelFactory.createCondition(ConditionDTO dto) |
| Modifier and Type | Method and Description |
|---|---|
Set<Condition> |
UpdateAttributeModelFactory.createConditions(Set<ConditionDTO> conditionDtos) |
| Modifier and Type | Field and Description |
|---|---|
private Set<ConditionDTO> |
RuleDTO.conditions |
| Modifier and Type | Method and Description |
|---|---|
static ConditionDTO |
DtoFactory.createConditionDTO(Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConditionDTO> |
RuleDTO.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
int |
ConditionDTO.compareTo(ConditionDTO that) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleDTO.setConditions(Set<ConditionDTO> conditions) |
| Modifier and Type | Field and Description |
|---|---|
private ConditionDTO |
ConditionEntity.condition |
| Modifier and Type | Method and Description |
|---|---|
ConditionDTO |
ConditionEntity.getCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionEntity.setCondition(ConditionDTO condition) |
Copyright © 2015 Apache NiFi Project. All rights reserved.