Introduce ResourcesService 48/139248/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 22 Oct 2024 09:52:17 +0000 (11:52 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 23 Oct 2024 06:23:11 +0000 (08:23 +0200)
commitecdcbe8aba5e468693a7f22970064c335881d3b9
tree2c7e4813f3e830c6e85fdfa0b0539efd48ab34e5
parentecd6201899fc1f6d0e72bb4951538a3f491a3b1b
Introduce ResourcesService

- move controller logic into ResourcesService [0]

[0] http-related classes and fields will be removed from this service,
once changes in the HttpEntry class are done
Issue-ID: AAI-4028
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I88f7c2a2336f4843cab5814670e60b7119a03faa
aai-resources/src/main/java/org/onap/aai/rest/ResourcesController.java
aai-resources/src/main/java/org/onap/aai/service/ResourcesService.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/rest/BulkProcessConsumerTest.java
aai-resources/src/test/java/org/onap/aai/rest/ExampleConsumerTest.java
aai-resources/src/test/java/org/onap/aai/rest/ResourcesControllerTest.java
aai-resources/src/test/java/org/onap/aai/rest/URLFromVertexIdConsumerTest.java
aai-resources/src/test/java/org/onap/aai/rest/VertexIdConsumerTest.java