X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Ftopology%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ftopology%2Fnorthbound%2FTopologyNorthboundJAXRS.java;h=10480bc4ec3f153312b6d1f7cae0f0bf658772a1;hp=323e2d2211deaa916ce5b81257bde2074592aa65;hb=refs%2Fchanges%2F49%2F449%2F1;hpb=541d0a36997f292bb037a2199463431eee538358 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 323e2d2211..10480bc4ec 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