X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Ftopology%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ftopology%2Fnorthbound%2FTopologyNorthboundJAXRS.java;fp=opendaylight%2Fnorthbound%2Ftopology%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ftopology%2Fnorthbound%2FTopologyNorthboundJAXRS.java;h=323e2d2211deaa916ce5b81257bde2074592aa65;hb=eb9e1983a0fce7e4a381eff33e40cae957cddf53;hp=10480bc4ec3f153312b6d1f7cae0f0bf658772a1;hpb=0cfc417107d5b5b1bafdd7ee1fe8e3ba052d5488;p=controller.git diff --git a/opendaylight/northbound/topology/src/main/java/org/opendaylight/controller/topology/northbound/TopologyNorthboundJAXRS.java b/opendaylight/northbound/topology/src/main/java/org/opendaylight/controller/topology/northbound/TopologyNorthboundJAXRS.java index 10480bc4ec..323e2d2211 100644 --- a/opendaylight/northbound/topology/src/main/java/org/opendaylight/controller/topology/northbound/TopologyNorthboundJAXRS.java +++ b/opendaylight/northbound/topology/src/main/java/org/opendaylight/controller/topology/northbound/TopologyNorthboundJAXRS.java @@ -45,7 +45,7 @@ import org.opendaylight.controller.topologymanager.TopologyUserLinkConfig; /** * Topology Northbound REST API - * + * *
*
* Authentication scheme : HTTP Basic
@@ -74,12 +74,12 @@ public class TopologyNorthboundJAXRS { } /** - * + * * Retrieve the Topology - * + * * @param containerName * The container for which we want to retrieve the topology - * + * * @return A List of EdgeProps each EdgeProp represent an Edge of the grap * with the corresponding properties attached to it. */ @@ -119,10 +119,10 @@ public class TopologyNorthboundJAXRS { /** * Retrieve the user configured links - * + * * @param containerName * The container for which we want to retrieve the user links - * + * * @return A List of user configured links */ @Path("/{containerName}/userLink") @@ -159,7 +159,7 @@ public class TopologyNorthboundJAXRS { /** * Add an User Link - * + * * @param containerName * Name of the Container. The base Container is "default". * @param TopologyUserLinkConfig @@ -202,7 +202,7 @@ public class TopologyNorthboundJAXRS { /** * Delete an User Link - * + * * @param containerName * Name of the Container. The base Container is "default". * @param name