Upgrade to Service Path 1.7
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / mapping / PortMapping.java
index 987c545aeb359c430d392421d325fe811ebcde8f..4b023087d92eefc175ff0ddc907d2d66c426a701 100644 (file)
@@ -8,8 +8,8 @@
 
 package org.opendaylight.transportpce.common.mapping;
 
-import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.portmapping.rev170228.network.Nodes;
-import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.portmapping.rev170228.network.nodes.Mapping;
+import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.portmapping.rev200128.network.Nodes;
+import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.portmapping.rev200128.network.nodes.Mapping;
 
 public interface PortMapping {
 
@@ -39,6 +39,8 @@ public interface PortMapping {
      *
      * @param nodeId
      *            node ID
+     * @param nodeVersion
+     *            node version
      *
      * @return true/false based on status of operation
      */
@@ -81,6 +83,7 @@ public interface PortMapping {
     boolean updateMapping(String nodeId, Mapping mapping);
 
     /**
+     * Returns all Mapping informations for a given ordm device.
      * This method returns all Mapping informations already stored in the MD-SAL
      * data store for a given openroadm device. Beyound the list of mappings, it
      * gives access to general node information as its version or its node type,