support set body parameter by json 93/10493/1
authorLvbo163 <lv.bo163@zte.com.cn>
Wed, 6 Sep 2017 06:32:16 +0000 (14:32 +0800)
committerLvbo163 <lv.bo163@zte.com.cn>
Wed, 6 Sep 2017 06:32:16 +0000 (14:32 +0800)
commit15f0e4fa63bb1fd533091d9ab85d3612752c2d27
treee844d16fc97ddef3ed1099998c7e251a41550820
parent230109ebf31b922a5b84d8936ac3e9afbbf9e1b5
support set body parameter by json

Rest task's body parameter is definited by json object in swagger definition.

Issue-ID: SDC-67

Change-Id: Idb1d96cf9d1135afd7b285105abfdd9a2c50380c
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
12 files changed:
sdc-workflow-designer-ui/src/app/app.module.ts
sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/parameter-tree/parameter-tree.component.css [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/parameter-tree/parameter-tree.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/parameter-tree/parameter-tree.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task-parameters/rest-task-parameters.component.html
sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task-parameters/rest-task-parameters.component.ts
sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.html
sdc-workflow-designer-ui/src/app/services/swagger-tree-converter.service.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/workflow-config.service.ts
sdc-workflow-designer-ui/src/app/shared/shared.module.ts