Fixing the sync issues with AAI
[aai/sparky-be.git] / src / main / java / org / openecomp / sparky / viewandinspect / entity / NodeProcessingTransaction.java
index f881f06..178dc46 100644 (file)
@@ -49,9 +49,16 @@ public class NodeProcessingTransaction {
   public void setRequestParameters(String requestParameters) {
     this.requestParameters = requestParameters;
   }
-
+  
+  public String getSelfLink() {
+           if (processingNode == null) {
+             return null;
+           }
+
+           return processingNode.getSelfLink(); 
+         }
+  
   public String getSelfLinkWithModifiers() {
-
     if (processingNode == null) {
       return null;
     }