Refactor to move from openecomp to onap 87/24587/2
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Mon, 20 Nov 2017 21:02:06 +0000 (16:02 -0500)
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Mon, 20 Nov 2017 21:34:16 +0000 (16:34 -0500)
commit908b4693e5a0a4c2f323dbf518b35e4620f183a1
treecd057c3b4e91f696e116db94d7a3e08c800421a0
parent2dd042556f9142fcd525c0277ea21ac3bd828e4f
Refactor to move from openecomp to onap

Refactor to move from openecomp to onap
IssueID: AAI-486

Change-Id: I1d5634739514acf11d5fbdf5e2c7865aaccd864e
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
35 files changed:
pom.xml
src/main/java/org/onap/crud/dao/GraphDao.java [moved from src/main/java/org/openecomp/crud/dao/GraphDao.java with 97% similarity]
src/main/java/org/onap/crud/dao/champ/ChampDao.java [moved from src/main/java/org/openecomp/crud/dao/champ/ChampDao.java with 93% similarity]
src/main/java/org/onap/crud/dao/champion/ChampionDao.java [moved from src/main/java/org/openecomp/crud/dao/champion/ChampionDao.java with 96% similarity]
src/main/java/org/onap/crud/dao/champion/ChampionEdgeSerializer.java [moved from src/main/java/org/openecomp/crud/dao/champion/ChampionEdgeSerializer.java with 94% similarity]
src/main/java/org/onap/crud/dao/champion/ChampionVertexSerializer.java [moved from src/main/java/org/openecomp/crud/dao/champion/ChampionVertexSerializer.java with 95% similarity]
src/main/java/org/onap/crud/entity/Edge.java [moved from src/main/java/org/openecomp/crud/entity/Edge.java with 99% similarity]
src/main/java/org/onap/crud/entity/Vertex.java [moved from src/main/java/org/openecomp/crud/entity/Vertex.java with 98% similarity]
src/main/java/org/onap/crud/event/GraphEvent.java [moved from src/main/java/org/openecomp/crud/event/GraphEvent.java with 98% similarity]
src/main/java/org/onap/crud/event/GraphEventEdge.java [moved from src/main/java/org/openecomp/crud/event/GraphEventEdge.java with 97% similarity]
src/main/java/org/onap/crud/event/GraphEventVertex.java [moved from src/main/java/org/openecomp/crud/event/GraphEventVertex.java with 97% similarity]
src/main/java/org/onap/crud/exception/CrudException.java [moved from src/main/java/org/openecomp/crud/exception/CrudException.java with 98% similarity]
src/main/java/org/onap/crud/logging/CrudServiceMsgs.java [moved from src/main/java/org/openecomp/crud/logging/CrudServiceMsgs.java with 96% similarity]
src/main/java/org/onap/crud/logging/LoggingUtil.java [moved from src/main/java/org/openecomp/crud/logging/LoggingUtil.java with 92% similarity]
src/main/java/org/onap/crud/parser/CrudResponseBuilder.java [moved from src/main/java/org/openecomp/crud/parser/CrudResponseBuilder.java with 95% similarity]
src/main/java/org/onap/crud/service/AaiResourceService.java [moved from src/main/java/org/openecomp/crud/service/AaiResourceService.java with 95% similarity]
src/main/java/org/onap/crud/service/BulkPayload.java [moved from src/main/java/org/openecomp/crud/service/BulkPayload.java with 97% similarity]
src/main/java/org/onap/crud/service/CrudGraphDataService.java [moved from src/main/java/org/openecomp/crud/service/CrudGraphDataService.java with 96% similarity]
src/main/java/org/onap/crud/service/CrudRestService.java [moved from src/main/java/org/openecomp/crud/service/CrudRestService.java with 99% similarity]
src/main/java/org/onap/crud/service/EdgePayload.java [moved from src/main/java/org/openecomp/crud/service/EdgePayload.java with 97% similarity]
src/main/java/org/onap/crud/service/JaxrsEchoService.java [moved from src/main/java/org/openecomp/crud/service/JaxrsEchoService.java with 92% similarity]
src/main/java/org/onap/crud/service/VertexPayload.java [moved from src/main/java/org/openecomp/crud/service/VertexPayload.java with 97% similarity]
src/main/java/org/onap/crud/util/CrudJaxbTransformation.java [moved from src/main/java/org/openecomp/crud/util/CrudJaxbTransformation.java with 99% similarity]
src/main/java/org/onap/crud/util/CrudProperties.java [moved from src/main/java/org/openecomp/crud/util/CrudProperties.java with 98% similarity]
src/main/java/org/onap/crud/util/CrudServiceConstants.java [moved from src/main/java/org/openecomp/crud/util/CrudServiceConstants.java with 98% similarity]
src/main/java/org/onap/crud/util/CrudServiceUtil.java [moved from src/main/java/org/openecomp/crud/util/CrudServiceUtil.java with 96% similarity]
src/main/java/org/onap/crud/util/FileWatcher.java [moved from src/main/java/org/openecomp/crud/util/FileWatcher.java with 97% similarity]
src/main/java/org/onap/schema/OxmModelValidator.java [moved from src/main/java/org/openecomp/schema/OxmModelValidator.java with 98% similarity]
src/main/java/org/onap/schema/RelationshipSchema.java [moved from src/main/java/org/openecomp/schema/RelationshipSchema.java with 97% similarity]
src/main/java/org/onap/schema/RelationshipSchemaLoader.java [moved from src/main/java/org/openecomp/schema/RelationshipSchemaLoader.java with 96% similarity]
src/main/java/org/onap/schema/RelationshipSchemaValidator.java [moved from src/main/java/org/openecomp/schema/RelationshipSchemaValidator.java with 98% similarity]
src/test/java/org/onap/crud/dao/champ/ChampDaoTest.java [moved from src/test/java/org/openecomp/crud/dao/champ/ChampDaoTest.java with 98% similarity]
src/test/java/org/onap/schema/AaiResourceServiceTest.java [moved from src/test/java/org/openecomp/schema/AaiResourceServiceTest.java with 94% similarity]
src/test/java/org/onap/schema/RelationshipSchemaLoaderTest.java [moved from src/test/java/org/openecomp/schema/RelationshipSchemaLoaderTest.java with 97% similarity]
src/test/java/org/onap/schema/RelationshipSchemaTest.java [moved from src/test/java/org/openecomp/schema/RelationshipSchemaTest.java with 98% similarity]