From: c00149107 Date: Tue, 13 Mar 2018 06:43:50 +0000 (+0800) Subject: Rename vfc ns workflow groovy class name X-Git-Tag: v1.2.1~442^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F35387%2F1;p=so.git Rename vfc ns workflow groovy class name Rename vfc ns workflow groovy class name Change-Id: Ic021f34515bb30c8785595d19807fbf2ef3025f5 Issue-ID: SO-452 Signed-off-by: c00149107 --- diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateVFCNetworkServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVFCNSResource.groovy similarity index 97% rename from bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateVFCNetworkServiceInstance.groovy rename to bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVFCNSResource.groovy index 06cf8c3cd1..970a4f7d07 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateVFCNetworkServiceInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateVFCNSResource.groovy @@ -44,7 +44,7 @@ import org.openecomp.mso.rest.APIResponse; * This groovy class supports the DoCreateVFCNetworkServiceInstance.bpmn process. * flow for VFC Network Service Create */ -public class DoCreateVFCNetworkServiceInstance extends AbstractServiceTaskProcessor { +public class CreateVFCNSResource extends AbstractServiceTaskProcessor { String vfcUrl = "/vfc/rest/v1/vfcadapter" @@ -54,7 +54,7 @@ public class DoCreateVFCNetworkServiceInstance extends AbstractServiceTaskProces JsonUtils jsonUtil = new JsonUtils() - /** + /**CreateVFCNSResource * Pre Process the BPMN Flow Request * Inclouds: * generate the nsOperationKey diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNSResource.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNSResource.bpmn index 29dbca4e55..e6d4af3a6b 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNSResource.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateVFCNSResource.bpmn @@ -11,21 +11,21 @@ SequenceFlow_0khtova SequenceFlow_1uiz85h SequenceFlow_1qo2pln SequenceFlow_0khtova createNSSuccess_SequenceFlow SequenceFlow_1ywe21t @@ -77,14 +77,14 @@ dcsi.instantiateNetworkService(execution)]]> SequenceFlow_1gsbpxj SequenceFlow_0xqo13p operationFinished_SequenceFlow SequenceFlow_0cq2q6g @@ -92,13 +92,13 @@ dcsi.addNSRelationship(execution)]]> operationProcessing_SequenceFlow SequenceFlow_1gsbpxj - +