| Modifier and Type | Field and Description |
|---|---|
private DifferenceType |
StandardFlowDifference.type |
| Modifier and Type | Method and Description |
|---|---|
DifferenceType |
FlowDifference.getDifferenceType() |
DifferenceType |
StandardFlowDifference.getDifferenceType() |
static DifferenceType |
DifferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DifferenceType[] |
DifferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private <T extends VersionedComponent> |
StandardFlowComparator.addIfDifferent(Set<FlowDifference> differences,
DifferenceType type,
T componentA,
T componentB,
Function<T,Object> transform) |
private <T extends VersionedComponent> |
StandardFlowComparator.addIfDifferent(Set<FlowDifference> differences,
DifferenceType type,
T componentA,
T componentB,
Function<T,Object> transform,
boolean differentiateNullAndEmptyString) |
String |
EvolvingDifferenceDescriptor.describeDifference(DifferenceType type,
String flowAName,
String flowBName,
VersionedComponent componentA,
VersionedComponent componentB,
String fieldName,
Object valueA,
Object valueB) |
String |
ConciseEvolvingDifferenceDescriptor.describeDifference(DifferenceType type,
String flowAName,
String flowBName,
VersionedComponent componentA,
VersionedComponent componentB,
String fieldName,
Object valueA,
Object valueB) |
String |
StaticDifferenceDescriptor.describeDifference(DifferenceType type,
String flowAName,
String flowBName,
VersionedComponent componentA,
VersionedComponent componentB,
String fieldName,
Object valueA,
Object valueB) |
String |
DifferenceDescriptor.describeDifference(DifferenceType type,
String flowAName,
String flowBName,
VersionedComponent componentA,
VersionedComponent componentB,
String fieldName,
Object valueA,
Object valueB)
Describes a difference between two flows
|
private FlowDifference |
StandardFlowComparator.difference(DifferenceType type,
VersionedComponent componentA,
VersionedComponent componentB,
Object valueA,
Object valueB) |
private FlowDifference |
StandardFlowComparator.difference(DifferenceType type,
VersionedComponent componentA,
VersionedComponent componentB,
String fieldName,
Object valueA,
Object valueB) |
| Constructor and Description |
|---|
StandardFlowDifference(DifferenceType type,
VersionedComponent componentA,
VersionedComponent componentB,
Object valueA,
Object valueB,
String description) |
StandardFlowDifference(DifferenceType type,
VersionedComponent componentA,
VersionedComponent componentB,
String fieldName,
Object valueA,
Object valueB,
String description) |
Copyright © 2018 Apache NiFi Project. All rights reserved.