Return Registration response for updating cmhandles 96/127696/11
authorRenu Kumari <renu.kumari@bell.ca>
Fri, 11 Mar 2022 13:05:11 +0000 (08:05 -0500)
committerRenu Kumari <renu.kumari@bell.ca>
Mon, 21 Mar 2022 14:03:02 +0000 (10:03 -0400)
commit4622f69544a089ef1a1062369128ac4fc3c35257
tree299dbf9304e2983a479751d953b6d1cdd955df0a
parent0d7bf6913ab9db89c474c2bfe30a48ccc130e462
Return Registration response for updating cmhandles

- Added CMHandleRegistrationResponse class for registration response
- Send response in the case of success and failure
- Each update operation in the request is independent on previous one

Issue-ID: CPS-896
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: Ic6cc69da48bd2078029784cabede4f5965054c03
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/NetworkCmProxyDataServicePropertyHandler.java
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/models/CmHandleRegistrationResponse.java [new file with mode: 0644]
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/NetworkCmProxyDataServicePropertyHandlerSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/models/CmHandleRegistrationResponseSpec.groovy [new file with mode: 0644]