Runtime BPMN Deployment Capability 43/68143/2
authorElena Kuleshov <EK1439@att.com>
Thu, 20 Sep 2018 15:07:23 +0000 (11:07 -0400)
committerElena Kuleshov <EK1439@att.com>
Thu, 20 Sep 2018 17:20:34 +0000 (13:20 -0400)
commitb414a59f203104a9557a1f2d19727fae538f18f7
tree3ef120c68c5f669dbb74c338ac476af05e60aa9f
parent19659e205ef636cec767e32a62cc549cf9156d5b
Runtime BPMN Deployment Capability

Added license header to BpmnInstaller.java
ASDC Controller integration with BPMN Installer
Correct a test file name in a JUnit.
BPMN deployment mechanism for WorkflowDesigner

Change-Id: I670406dd09b8789c86ab0b85ef122b35ea057698
Issue-ID: SO-826
Signed-off-by: Elena Kuleshov <EK1439@att.com>
12 files changed:
asdc-controller/src/main/java/org/onap/so/asdc/client/ASDCConfiguration.java
asdc-controller/src/main/java/org/onap/so/asdc/client/ASDCController.java
asdc-controller/src/main/java/org/onap/so/asdc/installer/bpmn/BpmnInstaller.java [new file with mode: 0644]
asdc-controller/src/test/java/org/onap/so/asdc/installer/bpmn/BpmnInstallerTest.java [new file with mode: 0644]
asdc-controller/src/test/resources/ASDC/TestBB.bpmn [new file with mode: 0644]
asdc-controller/src/test/resources/mime-multipart-body.txt [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/Notification_MultipleModules.txt [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/ServiceResponse.json [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/WorkflowBpmn.json [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/service-CxSvc-csar.csar [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/service-VfZrdm5bpxmc02092017Service-csar.csar [new file with mode: 0644]
asdc-controller/src/test/resources/resource-examples/WorkflowBpmn/testStructure.json [new file with mode: 0644]