simonbence commented on code in PR #8670:
URL: https://github.com/apache/nifi/pull/8670#discussion_r1596632882


##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/NiFiServiceFacade.java:
##########
@@ -1498,6 +1498,18 @@ Set<DocumentedTypeDTO> getControllerServiceTypes(final 
String serviceType, final
      */
     RegisteredFlow deleteVersionedFlow(String registryId, String bucketId, 
String flowId);
 
+    /**
+     * Returns the differences of version B from version A.
+     *
+     * @param registryId the ID of the registry
+     * @param bucketId the ID of the bucket
+     * @param flowId the ID of the flow
+     * @param versionA version of the baseline snapshot of the comparison
+     * @param versionB version of the compared snapshot
+     * @return the differences between the snapshots
+     */
+    FlowComparisonEntity getVersionDifference(String registryId, String 
bucketId, String flowId, String versionA, String versionB);

Review Comment:
   I might need to check if the new branching causes changes here



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to