New endpoints to auto populate edge properties. 95/9995/1
authorgfraboni <gino.fraboni@amdocs.com>
Fri, 1 Sep 2017 20:39:10 +0000 (16:39 -0400)
committergfraboni <gino.fraboni@amdocs.com>
Fri, 1 Sep 2017 20:46:03 +0000 (16:46 -0400)
commit4e29c1eed57fbcd982c38bd96348b0b183f7820c
tree8f2bbc9b10ace68bbab71fd14931ca2cd99fa184
parent900114bf694a0b34e8de3d283b5929fed4aaf65d
New endpoints to auto populate edge properties.

New endpoints created to allow v11 endpoints to have their properties
automatically set based on db edge rules.

Issue-Id: AAI-60

Change-Id: I9b41f654fa9924b1dcb863aca369725a763b3691
Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
12 files changed:
bundleconfig-local/etc/appprops/error.properties [new file with mode: 0644]
pom.xml
src/main/ajsc/crud-api_v1/crud-api/v1/routes/aaiResources.route [new file with mode: 0644]
src/main/java/org/openecomp/crud/dao/GraphDao.java
src/main/java/org/openecomp/crud/dao/champ/ChampDao.java
src/main/java/org/openecomp/crud/service/AaiResourceService.java [new file with mode: 0644]
src/main/java/org/openecomp/crud/service/CrudGraphDataService.java
src/main/java/org/openecomp/crud/util/CrudServiceUtil.java
src/main/java/org/openecomp/schema/RelationshipSchemaValidator.java
src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java
src/test/java/org/openecomp/schema/AaiResourceServiceTest.java [new file with mode: 0644]
src/test/resources/bundleconfig-local/etc/appprops/error.properties [new file with mode: 0644]