Uses of Class
org.apache.nifi.api.toolkit.model.DifferenceDTO
Packages that use DifferenceDTO
-
Uses of DifferenceDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type DifferenceDTOMethods in org.apache.nifi.api.toolkit.model that return DifferenceDTOModifier and TypeMethodDescriptionDifferenceDTO.difference
(String difference) DifferenceDTO.differenceType
(String differenceType) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type DifferenceDTOModifier and TypeMethodDescriptionComponentDifferenceDTO.getDifferences()
The differences in the component between the two flowsMethods in org.apache.nifi.api.toolkit.model with parameters of type DifferenceDTOModifier and TypeMethodDescriptionComponentDifferenceDTO.addDifferencesItem
(DifferenceDTO differencesItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type DifferenceDTOModifier and TypeMethodDescriptionComponentDifferenceDTO.differences
(List<DifferenceDTO> differences) void
ComponentDifferenceDTO.setDifferences
(List<DifferenceDTO> differences)