Consolidate syncrounous and asyncronous APIs 33/26633/1
authorsblimkie <steven.blimkie@amdocs.com>
Wed, 20 Dec 2017 15:15:36 +0000 (10:15 -0500)
committersblimkie <steven.blimkie@amdocs.com>
Wed, 20 Dec 2017 15:21:46 +0000 (10:21 -0500)
commit0e7b5a7e16a4f807580b152f3de766d1512543f1
treec5b50902b1115e3be89111a53852609e32735227
parent382e07e97ccd5f7bd47bdd735143ab3658661a68
Consolidate syncrounous and asyncronous APIs

Gizmo to present a single API, and the mode in which it interacts with
the backend is configurable at deploy time.

Change-Id: Iab96f71c9f99dd1d8d70f01a90478a975c50bff1
Issue-ID: AAI-482
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route [deleted file]
src/main/java/org/onap/crud/service/AaiResourceService.java
src/main/java/org/onap/crud/service/AbstractGraphDataService.java [new file with mode: 0644]
src/main/java/org/onap/crud/service/CrudAsyncGraphDataService.java
src/main/java/org/onap/crud/service/CrudAsyncRestService.java [deleted file]
src/main/java/org/onap/crud/service/CrudGraphDataService.java
src/main/java/org/onap/crud/service/CrudRestService.java