Join ExistingElementsCounterMaps with ServiceInstantiation 49/99349/2
authorIttay Stern <ittay.stern@att.com>
Mon, 9 Dec 2019 18:06:15 +0000 (20:06 +0200)
committerIttay Stern <ittay.stern@att.com>
Mon, 9 Dec 2019 19:18:49 +0000 (21:18 +0200)
commit5540d178ab3203ab2994b21ee3434cca73318aa3
treea156a4c63e5f0ce1846ee1a20c5dd4fa12c626fd
parent299190fbe78defb71a717e446c0f394ea7404dfe
Join ExistingElementsCounterMaps with ServiceInstantiation

This new pretty creature is called "ServiceInstantiationTemplate" :-)

Issue-ID: VID-724
Change-Id: I1437d76e79512920079b574844b19368c07f501f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
vid-app-common/src/main/java/org/onap/vid/controller/AsyncInstantiationController.java
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/ExistingElementsCounterMaps.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/model/aaiTree/ServiceInstance.java
vid-app-common/src/main/java/org/onap/vid/model/serviceInstantiation/ServiceInstantiationTemplate.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/services/AsyncInstantiationBusinessLogic.java
vid-app-common/src/main/java/org/onap/vid/services/AsyncInstantiationBusinessLogicImpl.java
vid-app-common/src/main/java/org/onap/vid/services/InstantiationTemplatesService.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/services/AsyncInstantiationBusinessLogicTest.java
vid-app-common/src/test/java/org/onap/vid/services/InstantiationTemplatesServiceTest.java [new file with mode: 0644]