ServiceOrder Modification Implementation 61/63761/1
authorromaingimbert <romain.gimbert@orange.com>
Thu, 30 Aug 2018 09:26:05 +0000 (11:26 +0200)
committerromaingimbert <romain.gimbert@orange.com>
Thu, 30 Aug 2018 09:26:05 +0000 (11:26 +0200)
commitbe69cac6059f2a7a768bb924644d4476c8b5e86f
tree4f20336b16f6a309c441d9159528f5fa65d9d42c
parent8c4f868a5417629c1be17d7b98307fb5ed575211
ServiceOrder Modification Implementation

-add modify action
-add tests

Change-Id: Ie41cdefb46774dba7804123264ee71b755df2728
Issue-ID: EXTAPI-133
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
.env
src/main/java/org/onap/nbi/apis/serviceorder/model/StateType.java
src/main/java/org/onap/nbi/apis/serviceorder/service/ServiceOrderService.java
src/main/java/org/onap/nbi/apis/serviceorder/workflow/PostSoProcessor.java [new file with mode: 0644]
src/main/java/org/onap/nbi/apis/serviceorder/workflow/SOGetStatusManager.java [new file with mode: 0644]
src/main/java/org/onap/nbi/apis/serviceorder/workflow/SOTaskProcessor.java
src/test/java/org/onap/nbi/apis/ApiTest.java