aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/nbi/apis/hub/HubResource.java
AgeCommit message (Collapse)AuthorFilesLines
2019-12-13Format Java code with respect to ONAP Code StyleMatthieu Geerebaert1-93/+91
Change-Id: I9025c97ffd2997bfba0dcfb9caec8b7be6ae090c Issue-ID: EXTAPI-372 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2019-04-12CCVPN (East-west Interface)Vodafone1-14/+45
Change-Id: I11dbe477db3310ef054b2e894e8005b0f8e4be96 Issue-ID: EXTAPI-204 Co-authored-by: madhuri.verma@vodafone.com Signed-off-by: Vodafone <onap@vodafone.com>
2019-03-29Test Cases & Modification of ExtApi Listener Implementationakanshad1-0/+1
Issue-ID: EXTAPI-204 Change-Id: I3526151c16c6fba111bec78635a32ffbed8d81b8 Signed-off-by: akanshad <akansha.dua@amdocs.com>
2019-03-25ExtApi Listener Implementationakanshad1-11/+15
Issue-ID: EXTAPI-204 Change-Id: I0a698068e8c5ea6e3860ff376540b239f7eeb86a Signed-off-by: akanshad <akansha.dua@amdocs.com>
2019-03-18Integrate sdc notificationromaingimbert1-1/+1
-refactor code -beggining implementation Change-Id: I9f66d64d9a375ef96e0248f85e2c06828f1063eb Issue-ID: EXTAPI-158 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-03-01Add DMaaP Integration to retrieve AAI-EVENTaosull011-52/+66
Change-Id: I94e5eec12fe22b1785a00de530e080a842f37a40 Issue-ID: EXTAPI-201 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-02-01Update to Spring Boot 2romaingimbert1-3/+5
-update pom dependencies -fix code -fix test Change-Id: I23c3c702c598ce46e5b861a2fbdfd06f2d439c51 Issue-ID: EXTAPI-192 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-01-31return hub after creationromaingimbert1-9/+4
-change hubresource Change-Id: I0a9f52ac3e4bebb20c4ef468c3f9d263cdc961c0 Issue-ID: EXTAPI-195 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-01-25force nbi generate id of serviceorderromaingimbert1-1/+1
-fix code -fix test Change-Id: Ie6d7802bed61935b5a675e720d060ee9d7e2c865 Issue-ID: EXTAPI-188 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-01-24hub resource format dateromaingimbert1-17/+12
-fix code -add listener for testing -add karate test Change-Id: Ife2d7812c77316b75c55e86056f59d838e117069 Issue-ID: EXTAPI-180 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-09-13HUB ResourceNicolasLaplaud1-5/+12
- manage notification based on subscription - manage event body based on subscriptionType Change-Id: Ia3918da46b8279c852e720082fcfa1bf4e2e56f6 Issue-ID: EXTAPI-96 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
2018-09-12Add HubRessource TestNicolasLaplaud1-20/+26
- Improve junit test coverage on HubResource method Change-Id: I90e96ed57b4cb781a2454ac26953f5384a60c032 Issue-ID: EXTAPI-135 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
2018-07-18HUB ResourceNicolasLaplaud1-12/+55
- Adding DELETE, GET, FIND operations on subscriptions Change-Id: If0c326ffc6a3d0ec456e5258a04b3110bb8df583 Issue-ID: EXTAPI-96 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
2018-07-13HUB ResourceNicolasLaplaud1-6/+15
- adding SubscriberNotifier based on event types - storing subscriptions Change-Id: I5729717699f6e903de4c541c43951e2d2d56cea7 Issue-ID: EXTAPI-96 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com> Signed-off-by: Quoc-Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-07-05HUB ResourceNicolasLaplaud1-0/+51
- init EventSubscription model and repository - init hub resource - add licences Change-Id: I329864e3e82c72365b4f61fc2782704dc32bb200 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com> Issue-ID: EXTAPI-96