summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
diff options
context:
space:
mode:
authorEzhilarasi <ezhrajam@in.ibm.com>2019-04-06 00:21:57 +0530
committerEzhilarasi <ezhrajam@in.ibm.com>2019-04-06 00:22:06 +0530
commit1b2d71d30ec8c92c50eabb2b163ec9cc9640d61a (patch)
tree582ae0edf612bc393d27fd38f8e25babac59001a /cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
parent6e8706275241805e5fd9d2962c51a2c8f3ee3c62 (diff)
CBA integration
Change-Id: I0505e32fe7680f1e2ee029f36d37e3ec84088789 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts19
1 files changed, 19 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
index e39ce019c..47d779556 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
+++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/modify-template.component.ts
@@ -58,6 +58,25 @@ export class ModifyTemplateComponent implements OnInit {
}
}
+ getEnriched() {
+ this.editorComp.getEnriched();
+ }
+
+ saveToControllerBlueprint() {
+ this.editorComp.saveToBackend();
+ }
+
+ publishToControllerBlueprint() {
+ this.editorComp.publish();
+ }
+
+ saveToBlueprintProcessor() {
+ this.editorComp.deploy();
+ }
+
+ processBlueprint(){
+
+ }
downloadCBA() {
this.editorComp.download();
}