Uses of Class
org.apache.nifi.api.toolkit.model.ComponentDifferenceDTO
Packages that use ComponentDifferenceDTO
-
Uses of ComponentDifferenceDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type ComponentDifferenceDTOModifier and TypeFieldDescriptionprivate List
<ComponentDifferenceDTO> FlowComparisonEntity.componentDifferences
Methods in org.apache.nifi.api.toolkit.model that return ComponentDifferenceDTOModifier and TypeMethodDescriptionComponentDifferenceDTO.addDifferencesItem
(DifferenceDTO differencesItem) ComponentDifferenceDTO.componentId
(String componentId) ComponentDifferenceDTO.componentName
(String componentName) ComponentDifferenceDTO.componentType
(String componentType) ComponentDifferenceDTO.differences
(List<DifferenceDTO> differences) ComponentDifferenceDTO.processGroupId
(String processGroupId) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type ComponentDifferenceDTOModifier and TypeMethodDescriptionFlowComparisonEntity.getComponentDifferences()
The list of differences for each component in the flow that is not the same between the two flowsMethods in org.apache.nifi.api.toolkit.model with parameters of type ComponentDifferenceDTOModifier and TypeMethodDescriptionFlowComparisonEntity.addComponentDifferencesItem
(ComponentDifferenceDTO componentDifferencesItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type ComponentDifferenceDTOModifier and TypeMethodDescriptionFlowComparisonEntity.componentDifferences
(List<ComponentDifferenceDTO> componentDifferences) void
FlowComparisonEntity.setComponentDifferences
(List<ComponentDifferenceDTO> componentDifferences)