add backend service 51/27951/1
authorLvbo163 <lv.bo163@zte.com.cn>
Thu, 11 Jan 2018 11:13:03 +0000 (19:13 +0800)
committerLvbo163 <lv.bo163@zte.com.cn>
Thu, 11 Jan 2018 11:13:03 +0000 (19:13 +0800)
commitf093dcdbc4012a64c11a293052afbc74d84c8c5a
tree519bfc5640253be40a25a1dde2f071a350331f9e
parent761b385b2a0a6dbec10717e6d94f1cd1e04bb2ef
add backend service

add data access interfaces for template data

Issue-ID: SDC-905

Change-Id: Ie632b00dbc6ede01b0ee8a3c7abdbbc1f476f1e4
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
52 files changed:
sdc-workflow-designer-ui/src/app/app.component.ts
sdc-workflow-designer-ui/src/app/app.module.ts
sdc-workflow-designer-ui/src/app/components/container/container.component.css
sdc-workflow-designer-ui/src/app/components/container/container.component.ts
sdc-workflow-designer-ui/src/app/components/menus/menus.component.html
sdc-workflow-designer-ui/src/app/components/menus/menus.component.ts
sdc-workflow-designer-ui/src/app/components/menus/microservice/microservice-detail/microservice-detail.component.html [deleted file]
sdc-workflow-designer-ui/src/app/components/menus/microservice/microservice-detail/microservice-detail.component.ts [deleted file]
sdc-workflow-designer-ui/src/app/components/menus/microservice/microservice-list/microservice-list.component.html [deleted file]
sdc-workflow-designer-ui/src/app/components/menus/microservice/microservice-list/microservice-list.component.ts [deleted file]
sdc-workflow-designer-ui/src/app/components/menus/microservice/microservice.component.html [deleted file]
sdc-workflow-designer-ui/src/app/components/menus/microservice/microservice.component.ts [deleted file]
sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.css [moved from sdc-workflow-designer-ui/src/app/components/menus/microservice/microservice-list/microservice-list.component.css with 100% similarity]
sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/menus/workflows/workflows.component.ts
sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.ts
sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.html [moved from sdc-workflow-designer-ui/src/app/components/property/start-event-parameters/start-event-parameters.component.html with 59% similarity]
sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.ts [moved from sdc-workflow-designer-ui/src/app/components/property/start-event-parameters/start-event-parameters.component.ts with 55% similarity]
sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.html
sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.html [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/components/property/properties.component.css
sdc-workflow-designer-ui/src/app/components/property/properties.component.html
sdc-workflow-designer-ui/src/app/components/property/properties.component.ts
sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.html
sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.ts
sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.html
sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.ts
sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.ts
sdc-workflow-designer-ui/src/app/model/rest-config.ts
sdc-workflow-designer-ui/src/app/services/broadcast.service.ts
sdc-workflow-designer-ui/src/app/services/data-access/catalog.service.ts [deleted file]
sdc-workflow-designer-ui/src/app/services/data-access/data-access.service.ts [deleted file]
sdc-workflow-designer-ui/src/app/services/data-access/sdc.service.ts [deleted file]
sdc-workflow-designer-ui/src/app/services/data/backend.service.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/data/data.service.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/data/in-memory-data.service.ts [moved from sdc-workflow-designer-ui/src/app/services/data-access/in-memory-data.service.ts with 95% similarity]
sdc-workflow-designer-ui/src/app/services/data/mockdata.ts [moved from sdc-workflow-designer-ui/src/app/services/data-access/mockdata.ts with 100% similarity]
sdc-workflow-designer-ui/src/app/services/data/sdc.service.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/data/swagger.ts [moved from sdc-workflow-designer-ui/src/app/services/data-access/swagger.ts with 100% similarity]
sdc-workflow-designer-ui/src/app/services/rest.service.ts
sdc-workflow-designer-ui/src/app/services/setting.service.spec.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/setting.service.ts [new file with mode: 0644]
sdc-workflow-designer-ui/src/app/services/workflow.service.ts
sdc-workflow-designer-ui/src/assets/global-setting.json [new file with mode: 0644]
sdc-workflow-designer-ui/src/ngict-component.css
sdc-workflow-designer-ui/src/styles.css