Added subworkflow for Pnf pnp 75/37175/14
authorbiniek <lukasz.biniek@nokia.com>
Tue, 20 Mar 2018 15:41:13 +0000 (16:41 +0100)
committerbiniek <lukasz.biniek@nokia.com>
Wed, 28 Mar 2018 09:11:25 +0000 (11:11 +0200)
commit5c788af30b182a75979ea30c76eb83511f5c944d
tree5135ce974b8034377a94f4d299e2b91ec514093b
parent9903fb12ab6b3081e8c1b680ae4088d638503776
Added subworkflow for Pnf pnp

Change-Id: Ifeba2e74a03ce8c5a13b80f673809c3ef60bfe3f
Issue-ID: SO-506
Signed-off-by: biniek <lukasz.biniek@nokia.com>
20 files changed:
bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/client/policy/CommonObjectMapperProviderTest.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/pom.xml
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/aai/AaiConnectionImpl.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/CheckAaiForCorrelationIdDelegate.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/CreateAaiEntryWithPnfIdDelegate.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/ExecutionVariableNames.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/implementation/AaiConnection.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/implementation/AaiResponse.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/implementation/CheckAaiForCorrelationIdImplementation.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateAndActivatePnfResource.bpmn [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/AaiConnectionTestImpl.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/AaiConnectionThrowingException.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/CheckAaiForCorrelationIdDelegateTest.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/bpmn/CreateAndActivatePnfResourceTest.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/test/resources/log4j.properties [new file with mode: 0644]
common/src/main/java/org/openecomp/mso/client/aai/AAIResourcesClient.java
common/src/main/java/org/openecomp/mso/client/aai/AAIRestClientI.java
common/src/main/java/org/openecomp/mso/client/aai/AAIRestClientImpl.java