Adding query & state change PAP REST API's 12/82812/1
authorramverma <ram.krishna.verma@est.tech>
Wed, 20 Mar 2019 15:05:45 +0000 (15:05 +0000)
committerramverma <ram.krishna.verma@est.tech>
Wed, 20 Mar 2019 15:05:45 +0000 (15:05 +0000)
commit7b5fd6ca1ca335369aeed22ad29f691a16c333e9
tree56c7a5675386512f3b31e71968a9946da2777730
parent85a36eddc97972d352a4700416efe74e22f2a53b
Adding query & state change PAP REST API's

Change-Id: I861ace4811032314c3ce2c3f227f17354e127e5e
Issue-ID: POLICY-1541
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
main/src/main/java/org/onap/policy/pap/main/rest/PapRestServer.java
main/src/main/java/org/onap/policy/pap/main/rest/PdpGroupQueryControllerV1.java [new file with mode: 0644]
main/src/main/java/org/onap/policy/pap/main/rest/PdpGroupQueryProvider.java [new file with mode: 0644]
main/src/main/java/org/onap/policy/pap/main/rest/PdpGroupStateChangeControllerV1.java [new file with mode: 0644]
main/src/main/java/org/onap/policy/pap/main/rest/PdpGroupStateChangeProvider.java [new file with mode: 0644]
main/src/test/java/org/onap/policy/pap/main/rest/TestPdpGroupDeployControllerV1.java
main/src/test/java/org/onap/policy/pap/main/rest/TestPdpGroupQueryControllerV1.java [new file with mode: 0644]
main/src/test/java/org/onap/policy/pap/main/rest/TestPdpGroupStateChangeControllerV1.java [new file with mode: 0644]