BUG 2412 - restconf getOperations method migration 19/15819/6
authorVaclav Demcak <vdemcak@cisco.com>
Wed, 25 Feb 2015 00:47:50 +0000 (01:47 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Sun, 8 Mar 2015 14:16:44 +0000 (14:16 +0000)
commit23fc7a3c8156f2dd783dd5b49b58fb4440a04c92
tree5251408e1eccd9fa86974fb15f7db283e9f9f77a
parentabf2977f78315abecb4f643e96cb091010ea3c20
BUG 2412 - restconf getOperations method migration

* migration to new faster Infrastructure API and Codecs for method
@GET getOperations(UriInfo) on @Path {/operations}

New faster Infrastructure API works with NormizedNodeContext and
we are replacing first method getModule(URI) from RestconfService
to use NormalizedNodeContext.
BUT we are not able follow specification for migration in this case
because, we have to change restconf-netconf yang schema before.

Change-Id: If17aefbaa139ee7f1064b25a8592da76d71c4bc4
Signed-off-by: Vaclav Demcak <vdemcak@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/api/RestconfService.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/impl/RestconfCompositeWrapper.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestconfImpl.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/StatisticsRestconfServiceWrapper.java
opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetOperationTest.java