Map proto to pojo. implement blueprint processing 17/76017/4
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 21 Jan 2019 13:35:36 +0000 (08:35 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 21 Jan 2019 13:49:33 +0000 (08:49 -0500)
commit8b74ca4988a98b6e8db2d7f632a7f5a3e46c9609
tree67049801b409463fc7a4cf667bdb948902cbc956
parent278ed8924d2d1e1a1b1bfc84b6d0408383c8c939
Map proto to pojo. implement blueprint processing

Change-Id: I16b06b4700a42d4a7066eb8c0779677fa28cd94b
Issue-ID: CCSDK-951
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
components/model-catalog/proto-definition/proto/BluePrintCommon.proto [new file with mode: 0644]
components/model-catalog/proto-definition/proto/BluePrintManagement.proto
components/model-catalog/proto-definition/proto/BluePrintProcessing.proto
ms/blueprintsprocessor/modules/commons/core/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/core/api/data/BlueprintProcessorData.kt
ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/selfservice/api/BluePrintManagementGRPCHandler.kt
ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/selfservice/api/BluePrintProcessingGRPCHandler.kt
ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/selfservice/api/ExecutionServiceHandler.kt
ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/selfservice/api/utils/BluePrintMappings.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/selfservice/api/BluePrintManagementGRPCHandlerTest.kt
ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/selfservice/api/BluePrintProcessingGRPCHandlerTest.kt
ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/selfservice/api/utils/BluePrintMappingTests.kt [new file with mode: 0644]