Fixed the Sonar technical debt.
[policy/engine.git] / POLICY-SDK-APP / src / main / java / org / onap / policy / controller / CreateDcaeMicroServiceController.java
1 /*-
2  * ============LICENSE_START=======================================================
3  * ONAP Policy Engine
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20
21 package org.onap.policy.controller;
22
23
24 import java.io.BufferedInputStream;
25 import java.io.BufferedOutputStream;
26 import java.io.File;
27 import java.io.FileInputStream;
28 import java.io.FileNotFoundException;
29 import java.io.FileOutputStream;
30 import java.io.IOException;
31 import java.io.InputStream;
32 import java.io.OutputStream;
33 import java.io.PrintWriter;
34 import java.io.StringReader;
35 import java.nio.file.Files;
36 import java.nio.file.Path;
37 import java.nio.file.Paths;
38 import java.util.ArrayList;
39 import java.util.Arrays;
40 import java.util.Enumeration;
41 import java.util.HashMap;
42 import java.util.HashSet;
43 import java.util.Iterator;
44 import java.util.LinkedHashMap;
45 import java.util.LinkedList;
46 import java.util.List;
47 import java.util.Map;
48 import java.util.Map.Entry;
49 import java.util.Set;
50 import java.util.TreeMap;
51 import java.util.UUID;
52 import java.util.zip.ZipEntry;
53 import java.util.zip.ZipFile;
54
55 import javax.json.Json;
56 import javax.json.JsonArray;
57 import javax.json.JsonArrayBuilder;
58 import javax.json.JsonObject;
59 import javax.json.JsonObjectBuilder;
60 import javax.json.JsonReader;
61 import javax.json.JsonValue;
62 import javax.servlet.http.HttpServletRequest;
63 import javax.servlet.http.HttpServletResponse;
64
65 import org.apache.commons.compress.utils.IOUtils;
66 import org.apache.commons.fileupload.FileItem;
67 import org.apache.commons.fileupload.FileUploadException;
68 import org.apache.commons.fileupload.disk.DiskFileItemFactory;
69 import org.apache.commons.fileupload.servlet.ServletFileUpload;
70 import org.apache.commons.io.FileUtils;
71 import org.apache.commons.lang.StringUtils;
72 import org.json.JSONArray;
73 import org.json.JSONObject;
74 import org.onap.policy.common.logging.flexlogger.FlexLogger;
75 import org.onap.policy.common.logging.flexlogger.Logger;
76 import org.onap.policy.rest.XACMLRestProperties;
77 import org.onap.policy.rest.adapter.PolicyRestAdapter;
78 import org.onap.policy.rest.dao.CommonClassDao;
79 import org.onap.policy.rest.jpa.GroupPolicyScopeList;
80 import org.onap.policy.rest.jpa.MicroServiceModels;
81 import org.onap.policy.rest.jpa.PolicyEntity;
82 import org.onap.policy.rest.util.MSAttributeObject;
83 import org.onap.policy.rest.util.MSModelUtils;
84 import org.onap.policy.rest.util.MSModelUtils.MODEL_TYPE;
85 import org.onap.portalsdk.core.controller.RestrictedBaseController;
86 import org.onap.portalsdk.core.web.support.JsonMessage;
87 import org.springframework.beans.factory.annotation.Autowired;
88 import org.springframework.http.MediaType;
89 import org.springframework.stereotype.Controller;
90 import org.springframework.web.bind.annotation.RequestMapping;
91 import org.springframework.web.servlet.ModelAndView;
92 import org.yaml.snakeyaml.Yaml;
93
94 import com.att.research.xacml.util.XACMLProperties;
95 import com.fasterxml.jackson.core.JsonProcessingException;
96 import com.fasterxml.jackson.databind.DeserializationFeature;
97 import com.fasterxml.jackson.databind.JsonNode;
98 import com.fasterxml.jackson.databind.ObjectMapper;
99 import com.fasterxml.jackson.databind.ObjectWriter;
100 import com.fasterxml.jackson.databind.node.JsonNodeFactory;
101 import com.fasterxml.jackson.databind.node.ObjectNode;
102 import com.google.gson.Gson;
103
104 import oasis.names.tc.xacml._3_0.core.schema.wd_17.AllOfType;
105 import oasis.names.tc.xacml._3_0.core.schema.wd_17.AnyOfType;
106 import oasis.names.tc.xacml._3_0.core.schema.wd_17.AttributeDesignatorType;
107 import oasis.names.tc.xacml._3_0.core.schema.wd_17.AttributeValueType;
108 import oasis.names.tc.xacml._3_0.core.schema.wd_17.MatchType;
109 import oasis.names.tc.xacml._3_0.core.schema.wd_17.PolicyType;
110 import oasis.names.tc.xacml._3_0.core.schema.wd_17.TargetType;
111
112 @Controller
113 @RequestMapping("/")
114 public class CreateDcaeMicroServiceController extends RestrictedBaseController {
115         private static final Logger LOGGER = FlexLogger.getLogger(CreateDcaeMicroServiceController.class);
116
117         private static CommonClassDao commonClassDao;
118         
119         public static CommonClassDao getCommonClassDao() {
120                 return commonClassDao;
121         }
122
123         public static void setCommonClassDao(CommonClassDao commonClassDao) {
124                 CreateDcaeMicroServiceController.commonClassDao = commonClassDao;
125         }
126
127         private MicroServiceModels newModel;
128         private String newFile;
129         private String directory;
130         private List<String> modelList = new ArrayList<>();
131         private List<String> dirDependencyList = new ArrayList<>();
132         private HashMap<String,MSAttributeObject > classMap = new HashMap<>();
133         //Tosca Model related Datastructure. 
134         String referenceAttributes;
135         String attributeString;
136         String listConstraints;
137         String subAttributeString;
138         HashMap<String, Object> retmap = new HashMap<>();
139         Set<String> uniqueKeys= new HashSet<>();
140         Set<String> uniqueDataKeys= new HashSet<>();
141         StringBuilder dataListBuffer=new StringBuilder();
142         List<String> dataConstraints= new ArrayList <>();
143         Set<String> allManyTrueKeys= new HashSet <>();
144         
145         public static final String DATATYPE  = "data_types.policy.data.";
146         public static final String PROPERTIES=".properties.";
147         public static final String TYPE=".type";
148         public static final String STRING="string";
149         public static final String INTEGER="integer";
150         public static final String LIST="list";
151         public static final String DEFAULT=".default";
152         public static final String REQUIRED=".required";
153         public static final String MANYFALSE=":MANY-false";
154         
155         
156         @Autowired
157         private CreateDcaeMicroServiceController(CommonClassDao commonClassDao){
158                 CreateDcaeMicroServiceController.commonClassDao = commonClassDao;
159         }
160
161         public CreateDcaeMicroServiceController(){
162                 // Empty Constructor
163         }
164
165         protected PolicyRestAdapter policyAdapter = null;
166         private int priorityCount; 
167         private Map<String, String> attributesListRefMap =  new HashMap<>();
168         private Map<String, LinkedList<String>> arrayTextList =  new HashMap<>();
169
170         public PolicyRestAdapter setDataToPolicyRestAdapter(PolicyRestAdapter policyData, JsonNode root) {
171                 
172                 String jsonContent = null;
173                 try{
174                         LOGGER.info("policyJSON :" + (root.get("policyJSON")).toString());
175                         
176                         String tempJson = root.get("policyJSON").toString();
177                         
178                         //---replace empty value with the value below before calling decodeContent method.
179                         String dummyValue = "*empty-value*" + UUID.randomUUID().toString();
180                         LOGGER.info("dummyValue:" + dummyValue);
181                         tempJson = StringUtils.replaceEach(tempJson, new String[]{"\"\""}, new String[]{"\""+dummyValue+"\""});
182                         ObjectMapper mapper = new ObjectMapper();
183                         JsonNode tempJsonNode = mapper.readTree(tempJson);
184                         jsonContent = decodeContent(tempJsonNode).toString();
185                         constructJson(policyData, jsonContent, dummyValue);
186                 }catch(Exception e){
187                         LOGGER.error("Error while decoding microservice content", e);
188                 }
189                 
190                 return policyData;
191         }
192         
193         private GroupPolicyScopeList getPolicyObject(String policyScope) {
194                 return (GroupPolicyScopeList) commonClassDao.getEntityItem(GroupPolicyScopeList.class, "name", policyScope);
195         }
196         
197         private PolicyRestAdapter constructJson(PolicyRestAdapter policyAdapter, String jsonContent, String dummyValue) {
198                 ObjectWriter om = new ObjectMapper().writer();
199                 String json="";
200                 DCAEMicroServiceObject microServiceObject = new DCAEMicroServiceObject();
201                 MicroServiceModels returnModel = new MicroServiceModels();
202                 microServiceObject.setTemplateVersion(XACMLProperties.getProperty(XACMLRestProperties.TemplateVersion_MS));
203                 if(policyAdapter.getServiceType() !=null){
204                         microServiceObject.setService(policyAdapter.getServiceType());
205                         microServiceObject.setVersion(policyAdapter.getVersion());
206                         returnModel = getAttributeObject(microServiceObject.getService(), microServiceObject.getVersion());
207                 }
208                 if (returnModel.getAnnotation()==null || returnModel.getAnnotation().isEmpty()){
209                         if(policyAdapter.getUuid()!=null){
210                                 microServiceObject.setUuid(policyAdapter.getUuid());
211                         }
212                         if(policyAdapter.getLocation()!=null){
213                                 microServiceObject.setLocation(policyAdapter.getLocation());
214                         } 
215                         if(policyAdapter.getConfigName()!=null){
216                                 microServiceObject.setConfigName(policyAdapter.getConfigName());
217                         }
218                         GroupPolicyScopeList policyScopeValue = getPolicyObject(policyAdapter.getPolicyScope());
219                         if(policyScopeValue!=null){
220                                 microServiceObject.setPolicyScope(policyScopeValue.getGroupList());     
221                         }
222                 }
223                 
224                 if(policyAdapter.getPolicyName()!=null){
225                         microServiceObject.setPolicyName(policyAdapter.getPolicyName());
226                 }
227                 if(policyAdapter.getPolicyDescription()!=null){
228                         microServiceObject.setDescription(policyAdapter.getPolicyDescription());
229                 }
230                 if (policyAdapter.getPriority()!=null){
231                         microServiceObject.setPriority(policyAdapter.getPriority());
232                 }else {
233                         microServiceObject.setPriority("9999");
234                 }
235                 
236                 if (policyAdapter.getRiskLevel()!=null){
237                         microServiceObject.setRiskLevel(policyAdapter.getRiskLevel());
238                 }
239                 if (policyAdapter.getRiskType()!=null){
240                         microServiceObject.setRiskType(policyAdapter.getRiskType());
241                 }
242                 if (policyAdapter.getGuard()!=null){
243                         microServiceObject.setGuard(policyAdapter.getGuard());
244                 }
245                 microServiceObject.setContent(jsonContent);
246                 
247                 try {
248                         json = om.writeValueAsString(microServiceObject);
249                 } catch (JsonProcessingException e) {
250                         LOGGER.error("Error writing out the object", e);
251                 }
252                 LOGGER.info("input json: " + json);
253                 LOGGER.info("input jsonContent: " + jsonContent);
254                 String cleanJson = cleanUPJson(json);
255         //--- reset empty value back after called cleanUPJson method and before calling removeNullAttributes
256                 String tempJson = StringUtils.replaceEach(cleanJson, new String[]{"\""+dummyValue+"\""},  new String[]{"\"\""});
257                 LOGGER.info("tempJson: " + tempJson);
258                 cleanJson = removeNullAttributes(tempJson);
259                 policyAdapter.setJsonBody(cleanJson);
260                 return policyAdapter;
261         }
262         
263         private String removeNullAttributes(String cleanJson) {
264                 ObjectMapper mapper = new ObjectMapper();
265
266                 try {
267                         JsonNode rootNode = mapper.readTree(cleanJson);
268                         JsonNode returnNode = mapper.readTree(cleanJson);
269                         Iterator<Map.Entry<String, JsonNode>> fieldsIterator = rootNode.fields();
270                         boolean remove = false;
271                         JsonObject removed = null;
272                         boolean contentChanged = false;
273                         while (fieldsIterator.hasNext()) {
274                                 Map.Entry<String, JsonNode> field = fieldsIterator.next();
275                                 final String key = field.getKey();
276                                 final JsonNode value = field.getValue();
277                                 if("content".equalsIgnoreCase(key)){
278                                         String contentStr = value.toString();
279                                         try(JsonReader reader = Json.createReader(new StringReader(contentStr))){
280                                 JsonObject jsonContent = reader.readObject();                 
281                                                         removed = removeNull(jsonContent);
282                                                         if(!jsonContent.toString().equals(removed.toString())){
283                                                         contentChanged = true;  
284                                                 }
285                     }
286
287                                         if  (value==null || value.isNull()){
288                                                 ((ObjectNode) returnNode).remove(key);
289                                                 remove = true;
290                                         }
291                                 }
292                                 if (remove){
293                                         cleanJson = returnNode.toString();
294                                 }
295                                 if  (value==null || value.isNull()){
296                                         ((ObjectNode) returnNode).remove(key);
297                                         remove = true;
298                                 }
299                         }
300                         if (remove){
301                                 cleanJson = returnNode.toString();
302                         }
303                         
304                         if(contentChanged){
305                                 //set modified content to cleanJson
306                                 JSONObject  jObject  =  new JSONObject(cleanJson);      
307                                 jObject.put("content",removed.toString());
308                                 cleanJson = cleanUPJson(jObject.toString());
309                         }
310                         
311                 } catch (IOException e) {
312                         LOGGER.error("Error writing out the JsonNode",e);
313                 }
314                 return cleanJson;
315         }
316         
317         public static JsonArray removeNull(JsonArray array) {
318             JsonArrayBuilder builder = Json.createArrayBuilder();
319             int i = 0;
320             for (Iterator<JsonValue> it = array.iterator(); it.hasNext(); ++i) {
321                 JsonValue value = it.next();
322                 switch (value.getValueType()) {
323                 case ARRAY:
324                     JsonArray a = removeNull(array.getJsonArray(i));
325                     if (!a.isEmpty())
326                         builder.add(a);
327                     break;
328                 case OBJECT:
329                     JsonObject object = removeNull(array.getJsonObject(i));
330                     if (!object.isEmpty())
331                         builder.add(object);
332                     break;
333                 case STRING:
334                     String s = array.getString(i);
335                     if (s != null && !s.isEmpty())
336                         builder.add(s);
337                     break;
338                 case NUMBER:
339                     builder.add(array.getJsonNumber(i));
340                     break;
341                 case TRUE:
342                 case FALSE:
343                     builder.add(array.getBoolean(i));
344                     break;
345                 case NULL:
346                     break;
347                 }
348             }
349             return builder.build();
350         }
351
352         public static JsonObject removeNull(JsonObject obj) {
353             JsonObjectBuilder builder = Json.createObjectBuilder();
354             for (Iterator<Entry<String, JsonValue>> it = obj.entrySet().iterator(); it.hasNext();) {
355                 Entry<String, JsonValue> e = it.next();
356                 String key = e.getKey();
357                 JsonValue value = e.getValue();
358                 switch (value.getValueType()) {
359                 case ARRAY:
360                     JsonArray array = removeNull(obj.getJsonArray(key));
361                     if (!array.isEmpty())
362                         builder.add(key, array);
363                     break;
364                 case OBJECT:
365                     JsonObject object = removeNull(obj.getJsonObject(key));
366                     if (!object.isEmpty())
367                         builder.add(key, object);
368                     break;
369                 case STRING:
370                     String s = obj.getString(key);
371                     if (s != null && !s.isEmpty())
372                         builder.add(key, s);
373                     break;
374                 case NUMBER:
375                     builder.add(key, obj.getJsonNumber(key));
376                     break;
377                 case TRUE:
378                 case FALSE:
379                     builder.add(key, obj.getBoolean(key));
380                     break;
381                 case NULL:
382                     break;
383                 }
384             }
385             return builder.build();
386         }
387         
388         // Second index of dot should be returned. 
389         public int stringBetweenDots(String str){
390                 String stringToSearch=str;
391                 String[]ss=stringToSearch.split("\\.");
392                 if(ss!=null){
393                         int len= ss.length;
394                         if(len>2){
395                                 uniqueKeys.add(ss[2]);
396                         }
397                 }
398                 
399                 return uniqueKeys.size();
400         }
401         
402         public void stringBetweenDotsForDataFields(String str){
403                 String stringToSearch=str;
404                 String[]ss=stringToSearch.split("\\.");
405                 if(ss!=null){
406                         int len= ss.length;
407
408                         if(len>2){
409                                 uniqueDataKeys.add(ss[0]+"%"+ss[2]);
410                         }
411                 }
412         }
413         
414  
415         @SuppressWarnings("unchecked")
416         public Map<String, String> load(String fileName) throws IOException { 
417                 File newConfiguration = new File(fileName);
418                 Yaml yaml = new Yaml();
419                 Map<Object, Object> yamlMap = null;
420                 try(InputStream is = new FileInputStream(newConfiguration)){
421                         yamlMap = (Map<Object, Object>) yaml.load(is); 
422                 } catch (FileNotFoundException e) {
423                         LOGGER.error(e);
424                 }
425
426                 StringBuilder sb = new StringBuilder(); 
427                 Map<String, String> settings = new HashMap<>(); 
428                 if (yamlMap == null) { 
429                         return settings; 
430                 } 
431                 List<String> path = new ArrayList <>(); 
432                 serializeMap(settings, sb, path, yamlMap); 
433                 return settings; 
434         } 
435
436         public Map<String, String> load(byte[] source) { 
437                 Yaml yaml = new Yaml(); 
438                 @SuppressWarnings("unchecked")
439                 Map<Object, Object> yamlMap = (Map<Object, Object>) yaml.load(Arrays.toString(source)); 
440                 StringBuilder sb = new StringBuilder(); 
441                 Map<String, String> settings = new HashMap <>(); 
442                 if (yamlMap == null) { 
443                         return settings; 
444                 } 
445                 List<String> path = new ArrayList <>(); 
446                 serializeMap(settings, sb, path, yamlMap); 
447                 return settings; 
448         } 
449
450         @SuppressWarnings({ "unchecked", "rawtypes" })
451         private void serializeMap(Map<String, String> settings, StringBuilder sb, List<String> path, Map<Object, Object> yamlMap) { 
452                 for (Map.Entry<Object, Object> entry : yamlMap.entrySet()) { 
453                         if (entry.getValue() instanceof Map) { 
454                                 path.add((String) entry.getKey()); 
455                                 serializeMap(settings, sb, path, (Map<Object, Object>) entry.getValue()); 
456                                 path.remove(path.size() - 1); 
457                         } else if (entry.getValue() instanceof List) { 
458                                 path.add((String) entry.getKey()); 
459                                 serializeList(settings, sb, path, (List) entry.getValue()); 
460                                 path.remove(path.size() - 1); 
461                         } else { 
462                                 serializeValue(settings, sb, path, (String) entry.getKey(), entry.getValue()); 
463                         } 
464                 } 
465         } 
466
467         @SuppressWarnings("unchecked")
468         private void serializeList(Map<String, String> settings, StringBuilder sb, List<String> path, List<String> yamlList) { 
469                 int counter = 0; 
470                 for (Object listEle : yamlList) { 
471                         if (listEle instanceof Map) { 
472                                 path.add(Integer.toString(counter)); 
473                                 serializeMap(settings, sb, path, (Map<Object, Object>) listEle); 
474                                 path.remove(path.size() - 1); 
475                         } else if (listEle instanceof List) { 
476                                 path.add(Integer.toString(counter)); 
477                                 serializeList(settings, sb, path, (List<String>) listEle); 
478                                 path.remove(path.size() - 1); 
479                         } else { 
480                                 serializeValue(settings, sb, path, Integer.toString(counter), listEle); 
481                         } 
482                         counter++; 
483                 } 
484         } 
485
486         private void serializeValue(Map<String, String> settings, StringBuilder sb, List<String> path, String name, Object value) { 
487                 if (value == null) { 
488                         return; 
489                 } 
490                 sb.setLength(0); 
491                 for (String pathEle : path) { 
492                         sb.append(pathEle).append('.'); 
493                 } 
494                 sb.append(name); 
495                 settings.put(sb.toString(), value.toString()); 
496         } 
497     
498         void parseDataAndPolicyNodes(Map<String,String> map){
499                 for(String key:map.keySet()){
500                         if(key.contains("policy.nodes.Root"))
501                         {
502                                 continue;
503                         }
504                         else if(key.contains("policy.nodes")){
505                                 String wordToFind = "policy.nodes.";
506                                 int indexForPolicyNode=key.indexOf(wordToFind);
507                                 String subNodeString= key.substring(indexForPolicyNode+13, key.length());
508
509                                 stringBetweenDots(subNodeString);
510                         }
511                         else if(key.contains("policy.data")){
512                                 String wordToFind="policy.data.";
513                                 int indexForPolicyNode=key.indexOf(wordToFind);
514                                 String subNodeString= key.substring(indexForPolicyNode+12, key.length());
515
516                                 stringBetweenDotsForDataFields(subNodeString);
517                         }
518                 }
519         }
520         
521         HashMap<String,String> parseDataNodes(Map<String,String> map){
522                 HashMap<String,String> dataMapForJson=new HashMap <>(); 
523                 for(String uniqueDataKey: uniqueDataKeys){
524                         if(uniqueDataKey.contains("%")){
525                                 String[] uniqueDataKeySplit= uniqueDataKey.split("%");
526                                 String findType=DATATYPE+uniqueDataKeySplit[0]+PROPERTIES+uniqueDataKeySplit[1]+TYPE;
527                                 String typeValue=map.get(findType);
528                                 LOGGER.info(typeValue);
529                                 if(typeValue != null && typeValue.equalsIgnoreCase(STRING)||
530                                                 typeValue.equalsIgnoreCase(INTEGER)
531                                   )
532                                 {
533                                         String findDefault=DATATYPE+uniqueDataKeySplit[0]+PROPERTIES+uniqueDataKeySplit[1]+DEFAULT;
534                                         String defaultValue= map.get(findDefault);
535                                         LOGGER.info("defaultValue is:"+ defaultValue);
536                                         
537                                         String findRequired=DATATYPE+uniqueDataKeySplit[0]+PROPERTIES+uniqueDataKeySplit[1]+REQUIRED;
538                                         String requiredValue= map.get(findRequired);
539                                         LOGGER.info("requiredValue is:"+ requiredValue);
540                                         
541                                         StringBuilder attributeIndividualStringBuilder= new StringBuilder();
542                                         attributeIndividualStringBuilder.append(typeValue+":defaultValue-");
543                                         attributeIndividualStringBuilder.append(defaultValue+":required-");
544                                         attributeIndividualStringBuilder.append(requiredValue+MANYFALSE);
545                                         dataMapForJson.put(uniqueDataKey, attributeIndividualStringBuilder.toString());         
546                                 }
547                                 else if(typeValue != null && typeValue.equalsIgnoreCase(LIST)){
548                                         String findList= DATATYPE+uniqueDataKeySplit[0]+PROPERTIES+uniqueDataKeySplit[1]+".entry_schema.type";
549                                         String listValue=map.get(findList);
550                                         if(listValue!=null){
551                                                 LOGGER.info("Type of list is:"+ listValue);
552                                                 //Its userdefined
553                                                 if(listValue.contains(".")){
554                                                         String trimValue=listValue.substring(listValue.lastIndexOf('.')+1);
555                                                         StringBuilder referenceIndividualStringBuilder= new StringBuilder();
556                                                         referenceIndividualStringBuilder.append(trimValue+":MANY-true");
557                                                         dataMapForJson.put(uniqueDataKey, referenceIndividualStringBuilder.toString());
558                                                 }//Its string
559                                                 else{
560                                                         StringBuilder stringListItems= new StringBuilder();
561                                                         stringListItems.append(uniqueDataKeySplit[1].toUpperCase()+":MANY-false");
562                                                         dataMapForJson.put(uniqueDataKey, stringListItems.toString());
563                                                         dataListBuffer.append(uniqueDataKeySplit[1].toUpperCase()+"=[");
564                                                         for(int i=0;i<10;i++){
565                                                                 String findConstraints= DATATYPE+uniqueDataKeySplit[0]+PROPERTIES+uniqueDataKeySplit[1]+".entry_schema.constraints.0.valid_values."+i;
566                                                                 String constraintsValue=map.get(findConstraints);
567                                                                 LOGGER.info(constraintsValue);
568                                                                 if(constraintsValue==null){
569                                                                         break;
570                                                                 }
571                                                                 else{
572                                                                         dataConstraints.add(constraintsValue);
573                                                                         dataListBuffer.append(constraintsValue+",");
574                                                                 }
575                                                         }
576                                                         dataListBuffer.append("]#");
577                                                         
578                                                         LOGGER.info(dataListBuffer);
579                                                 }
580                                         }
581                                 }
582                                 else{
583                                         String findUserDefined="data_types.policy.data."+uniqueDataKeySplit[0]+"."+"properties"+"."+uniqueDataKeySplit[1]+".type";
584                                         String userDefinedValue=map.get(findUserDefined);
585                                         String trimValue=userDefinedValue.substring(userDefinedValue.lastIndexOf('.')+1);
586                                         StringBuilder referenceIndividualStringBuilder= new StringBuilder();
587                                         referenceIndividualStringBuilder.append(trimValue+":MANY-false");
588                                         dataMapForJson.put(uniqueDataKey, referenceIndividualStringBuilder.toString());
589                                         
590                                 }
591                         }
592                 }
593                 return dataMapForJson;
594         }
595         
596         void constructJsonForDataFields(HashMap<String,String> dataMapForJson){
597                 HashMap<String,HashMap<String,String>> dataMapKey= new HashMap <>();
598                 HashMap<String,String> hmSub;
599                 for(Map.Entry<String, String> entry: dataMapForJson.entrySet()){
600                         String uniqueDataKey= entry.getKey();
601                         String[] uniqueDataKeySplit=uniqueDataKey.split("%");
602                         String value= dataMapForJson.get(uniqueDataKey);
603                         if(dataMapKey.containsKey(uniqueDataKeySplit[0])){
604                                 hmSub = dataMapKey.get(uniqueDataKeySplit[0]);
605                                 hmSub.put(uniqueDataKeySplit[1], value);
606                         }
607                         else{
608                                 hmSub=new HashMap <>();
609                                 hmSub.put(uniqueDataKeySplit[1], value);
610                         }
611                                 
612                         dataMapKey.put(uniqueDataKeySplit[0], hmSub);
613                 }
614                                 
615                 JSONObject mainObject= new JSONObject();
616                 JSONObject json;
617                 for(Map.Entry<String,HashMap<String,String>> entry: dataMapKey.entrySet()){
618                         String s=entry.getKey();
619                         json= new JSONObject();
620                         HashMap<String,String> jsonHm=dataMapKey.get(s);
621                         for(Map.Entry<String,String> entryMap:jsonHm.entrySet()){
622                                 String key=entryMap.getKey();
623                                 json.put(key, jsonHm.get(key));
624                         }
625                         mainObject.put(s,json);
626                 }       
627                 Iterator<String> keysItr = mainObject.keys();
628                 while(keysItr.hasNext()) {
629                         String key = keysItr.next();
630                         String value = mainObject.get(key).toString();
631                         retmap.put(key, value);
632                 }
633                 
634                 LOGGER.info("#############################################################################");
635                 LOGGER.info(mainObject);
636                 LOGGER.info("###############################################################################"); 
637         }
638         
639         
640         HashMap<String,HashMap<String,String>> parsePolicyNodes(Map<String,String> map){
641                 HashMap<String,HashMap<String,String>> mapKey= new HashMap <>();
642                 for(String uniqueKey: uniqueKeys){
643                         HashMap<String,String> hm;
644
645                         for(Map.Entry<String,String> entry:map.entrySet()){
646                                 String key=entry.getKey();
647                                 if(key.contains(uniqueKey) && key.contains("policy.nodes")){
648                                         if(mapKey.containsKey(uniqueKey)){
649                                                 hm = mapKey.get(uniqueKey);
650                                                 String keyStr= key.substring(key.lastIndexOf('.')+1);
651                                                 String valueStr= map.get(key);
652                                                 if(("type").equals(keyStr)){
653                                                         if(!key.contains("entry_schema"))
654                                                         {
655                                                                 hm.put(keyStr,valueStr);
656                                                         }
657                                                 }else{
658                                                         hm.put(keyStr,valueStr);
659                                                 }
660
661                                         } else {
662                                                 hm = new HashMap <>();
663                                                 String keyStr= key.substring(key.lastIndexOf('.')+1);
664                                                 String valueStr= map.get(key);
665                                                 if(("type").equals(keyStr)){
666                                                         if(!key.contains("entry_schema"))
667                                                         {
668                                                                 hm.put(keyStr,valueStr);
669                                                         }
670                                                 }else{
671                                                         hm.put(keyStr,valueStr);
672                                                 }
673                                                 mapKey.put(uniqueKey, hm);
674                                         }
675                                 }
676                         }
677                 }
678                 return mapKey;
679         }
680
681         void createAttributes(HashMap<String,HashMap<String,String>> mapKey){
682                 StringBuilder attributeStringBuilder= new StringBuilder();
683                 StringBuilder referenceStringBuilder= new StringBuilder();
684                 StringBuilder listBuffer= new StringBuilder();
685                 List<String> constraints= new ArrayList<>();
686                 for(Map.Entry<String,HashMap<String,String>> entry: mapKey.entrySet()){
687                         String keySetString= entry.getKey();
688                         HashMap<String,String> keyValues=mapKey.get(keySetString);
689                         if(keyValues.get("type") != null && keyValues.get("type").equalsIgnoreCase(STRING)||
690                                         keyValues.get("type") != null && keyValues.get("type").equalsIgnoreCase(INTEGER)
691                                         ){
692                                 StringBuilder attributeIndividualStringBuilder= new StringBuilder();
693                                 attributeIndividualStringBuilder.append(keySetString+"=");
694                                 attributeIndividualStringBuilder.append(keyValues.get("type")+":defaultValue-");
695                                 attributeIndividualStringBuilder.append(keyValues.get("default")+":required-");
696                                 attributeIndividualStringBuilder.append(keyValues.get("required")+":MANY-false");
697                                 attributeStringBuilder.append(attributeIndividualStringBuilder+",");    
698
699                         }
700                         else if(keyValues.get("type") != null && keyValues.get("type").equalsIgnoreCase(LIST)){
701                                 //List Datatype
702                                 Set<String> keys= keyValues.keySet();
703                                 Iterator<String> itr=keys.iterator();
704                                 while(itr.hasNext()){
705                                         String key= itr.next();
706                                         if(!("type").equals(key) ||("required").equals(key))
707                                         {
708                                                 String value= keyValues.get(key);
709                                                 //The "." in the value determines if its a string or a user defined type.  
710                                                 if (!value.contains(".")){
711                                                         //This is string
712                                                         if(StringUtils.isNumeric(key) ){  //only integer key for the value of Constrains 
713                                                             constraints.add(keyValues.get(key));
714                                                         }
715                                                 }else{
716                                                         //This is user defined string
717                                                         String trimValue=value.substring(value.lastIndexOf('.')+1);
718                                                         StringBuilder referenceIndividualStringBuilder= new StringBuilder();
719                                                         referenceIndividualStringBuilder.append(keySetString+"="+trimValue+":MANY-true");
720                                                         referenceStringBuilder.append(referenceIndividualStringBuilder+",");
721                                                 }
722                                         }                               
723
724                                 }
725
726                                 if(keyValues.get("type").equalsIgnoreCase(LIST) &&
727                                         (constraints == null || constraints.isEmpty()) ) {
728                                                 referenceStringBuilder.append(keySetString+"=MANY-true"+",");
729                                 }
730                         }else{
731                                 //User defined Datatype. 
732                                 String value=keyValues.get("type");
733                                 if(value != null && !value.isEmpty()){
734                                         String trimValue=value.substring(value.lastIndexOf('.')+1);
735                                         StringBuilder referenceIndividualStringBuilder= new StringBuilder();
736                                         referenceIndividualStringBuilder.append(keySetString+"="+trimValue+":MANY-false");
737                                         referenceStringBuilder.append(referenceIndividualStringBuilder+",");
738                                 }else{
739                                         LOGGER.info("keyValues.get(type) is null/empty");
740                                 }
741
742                         }
743                         if(constraints!=null && ! constraints.isEmpty()){
744                                 //List handling. 
745                                 listBuffer.append(keySetString.toUpperCase()+"=[");
746                                 for(String str:constraints){
747                                         listBuffer.append(str+",");
748                                 }
749                                 listBuffer.append("]#");
750                                 LOGGER.info(listBuffer);
751
752
753                                 StringBuilder referenceIndividualStringBuilder= new StringBuilder();
754                                 referenceIndividualStringBuilder.append(keySetString+"="+keySetString.toUpperCase()+":MANY-false");
755                                 referenceStringBuilder.append(referenceIndividualStringBuilder+",");
756                                 constraints.clear();
757                         }
758                 }
759                 
760                 dataListBuffer.append(listBuffer);
761                 
762
763                 LOGGER.info("$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$");
764                 LOGGER.info("Whole attribute String is:"+attributeStringBuilder);       
765                 LOGGER.info("Whole reference String is:"+referenceStringBuilder);
766                 LOGGER.info("List String is:"+listBuffer);
767                 LOGGER.info("Data list buffer is:"+dataListBuffer);
768                 LOGGER.info("$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$");
769                 
770                 this.listConstraints=dataListBuffer.toString();
771                 this.referenceAttributes=referenceStringBuilder.toString();
772                 this.attributeString=attributeStringBuilder.toString();
773         }
774         
775         
776     
777         public void parseTosca (String fileName){
778                 Map<String,String> map= new HashMap<>();
779     
780         try {
781                         map=load(fileName);
782                         
783                         parseDataAndPolicyNodes(map);
784                         
785                         HashMap<String,String> dataMapForJson=parseDataNodes(map);
786                         
787                         constructJsonForDataFields(dataMapForJson);     
788                         
789                         HashMap<String,HashMap<String,String>> mapKey= parsePolicyNodes(map);
790                         
791                         createAttributes(mapKey);
792                 
793         } catch (IOException e) {
794                 LOGGER.error(e);
795         }
796         
797         } 
798
799         private String cleanUPJson(String json) {
800                 String cleanJson = StringUtils.replaceEach(json, new String[]{"\\\\", "\\\\\\", "\\\\\\\\"}, new String[]{"\\", "\\", "\\"});
801                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\\\\\\"}, new String[]{"\\"});
802                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\\\\", "[[", "]]"}, new String[]{"\\", "[", "]"});
803                 
804                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\\\\\"", "\\\"", "\"[{", "}]\""}, new String[]{"\"", "\"", "[{", "}]"});
805                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\"[{", "}]\""}, new String[]{"[{", "}]"});
806                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\"[", "]\""}, new String[]{"[", "]"});
807                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\"{", "}\""}, new String[]{"{", "}"});
808                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\"\"\"", "\"\""}, new String[]{"\"", "\""});
809                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\\\""}, new String[]{""});
810                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\"\""}, new String[]{"\""});
811                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\"\\\\\\"}, new String[]{"\""});
812                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\\\\\\\""}, new String[]{"\""});
813                 cleanJson = StringUtils.replaceEach(cleanJson, new String[]{"\"[", "]\""}, new String[]{"[", "]"});
814                 return cleanJson;
815         }
816         
817         private JSONObject decodeContent(JsonNode jsonNode){
818                 Iterator<JsonNode> jsonElements = jsonNode.elements();
819                 Iterator<String> jsonKeys = jsonNode.fieldNames();
820                 Map<String,String> element = new TreeMap<>();
821                 while(jsonElements.hasNext() && jsonKeys.hasNext()){
822                         element.put(jsonKeys.next(), jsonElements.next().toString());
823                 }
824                 JSONObject jsonResult = new JSONObject();
825                 JSONArray jsonArray = null;
826                 String oldValue = null;
827                 String nodeKey = null;
828                 String arryKey = null;
829                 Boolean isArray = false;
830                 JsonNodeFactory nodeFactory = JsonNodeFactory.instance;
831                 ObjectNode node = nodeFactory.objectNode();
832                 String prevKey = null;
833                 String presKey;
834                 for(Entry<String, String> entry: element.entrySet()){
835                         String key = entry.getKey();
836                         String value = entry.getValue();
837                         if(key.contains(".")){
838                                 presKey = key.substring(0,key.indexOf('.'));
839                         }else if(key.contains("@")){
840                                 presKey = key.substring(0,key.indexOf('@'));
841                         }else{
842                                 presKey = key;
843                         }
844                         // first check if we are different from old.
845                         LOGGER.info(key+"\n");
846                         if(jsonArray!=null && jsonArray.length()>0 && key.contains("@") && !key.contains(".") && oldValue!=null){
847                                 if(!oldValue.equals(key.substring(0,key.indexOf('@')))){
848                                         jsonResult.put(oldValue, jsonArray);
849                                         jsonArray = new JSONArray();
850                                 }
851                         }else if(jsonArray!=null && jsonArray.length()>0 && !presKey.equals(prevKey) && oldValue!=null){ 
852                                 jsonResult.put(oldValue, jsonArray);
853                                 isArray = false;
854                                 jsonArray = new JSONArray();
855                         }
856         
857                         prevKey = presKey;
858                         // 
859                         if(key.contains(".")){
860                                 if(nodeKey==null){
861                                         nodeKey = key.substring(0,key.indexOf('.'));
862                                 }
863                                 if(nodeKey.equals(key.substring(0,key.indexOf('.')))){
864                                         node.put(key.substring(key.indexOf('.')+1), value);
865                                 }else{
866                                         if(node.size()!=0){
867                                                 if(nodeKey.contains("@")){
868                                                         if(arryKey==null){
869                                                                 arryKey = nodeKey.substring(0,nodeKey.indexOf('@'));
870                                                         }
871                                                         if(nodeKey.endsWith("@0")){
872                                                                 isArray = true;
873                                                                 jsonArray = new JSONArray();
874                                                         }
875                                                         if(jsonArray != null && arryKey.equals(nodeKey.substring(0,nodeKey.indexOf('@')))){
876                                                                 jsonArray.put(decodeContent(node));
877                                                         } 
878                                                         if((key.contains("@") && !arryKey.equals(key.substring(0,nodeKey.indexOf('@')))) || !key.contains("@")){
879                                                                 jsonResult.put(arryKey, jsonArray);
880                                                                 jsonArray = new JSONArray();
881                                                         }
882                                                         arryKey = nodeKey.substring(0,nodeKey.indexOf('@'));
883                                                 }else{
884                                                         isArray = false;
885                                                         jsonResult.put(nodeKey, decodeContent(node));
886                                                 }
887                                                 node = nodeFactory.objectNode();
888                                         }
889                                         nodeKey = key.substring(0,key.indexOf('.'));
890                                         if(nodeKey.contains("@")){
891                                                 arryKey = nodeKey.substring(0,nodeKey.indexOf('@'));
892                                         }
893                                         node.put(key.substring(key.indexOf('.')+1), value);
894                                 }
895                         }else {
896                                 if(node.size()!=0){
897                                         if(nodeKey.contains("@")){
898                                                 if(arryKey==null){
899                                                         arryKey = nodeKey.substring(0,nodeKey.indexOf('@'));
900                                                 }
901                                                 if(nodeKey.endsWith("@0")){
902                                                         isArray = true;
903                                                         jsonArray = new JSONArray();
904                                                 }
905                                                 if(jsonArray != null && arryKey.equals(nodeKey.substring(0,nodeKey.indexOf('@')))){
906                                                         jsonArray.put(decodeContent(node));
907                                                 }
908                                                 jsonResult.put(arryKey, jsonArray);
909                                                 jsonArray = new JSONArray();
910                                                 arryKey = nodeKey.substring(0,nodeKey.indexOf('@'));
911                                         }else{
912                                                 isArray = false;
913                                                 jsonResult.put(nodeKey, decodeContent(node));
914                                         }
915                                         node = nodeFactory.objectNode();
916                                 }
917                                 if(key.contains("@")){
918                                         isArray = true;
919                                         if(key.endsWith("@0")|| jsonArray==null){
920                                                 jsonArray = new JSONArray();
921                                         }
922                                 }else if(!key.contains("@")){
923                                         isArray = false;
924                                 }
925                                 if(isArray){
926                                         if(oldValue==null){
927                                                 oldValue = key.substring(0,key.indexOf('@'));
928                                         }
929                                         if(oldValue!=prevKey){
930                                                 oldValue = key.substring(0,key.indexOf('@'));
931                                         }
932                                         if(oldValue.equals(key.substring(0,key.indexOf('@')))){
933                                                 jsonArray.put(value);
934                                         }else{
935                                                 jsonResult.put(oldValue, jsonArray);
936                                                 jsonArray = new JSONArray();
937                                         }
938                                         oldValue = key.substring(0,key.indexOf('@'));
939                                 }else{
940                                         jsonResult.put(key, value);
941                                 }
942                         }
943                 }
944                 if(node.size()>0){
945                         if(nodeKey.contains("@")){
946                                 if(jsonArray==null){
947                                         jsonArray = new JSONArray();
948                                 }
949                                 if(arryKey==null){
950                                         arryKey = nodeKey.substring(0,nodeKey.indexOf('@'));
951                                 }
952                                 jsonArray.put(decodeContent(node));
953                                 jsonResult.put(arryKey, jsonArray);
954                                 isArray = false;
955                         }else{
956                                 jsonResult.put(nodeKey, decodeContent(node));
957                         }
958                 }
959                 if(isArray && jsonArray.length() > 0){
960                         jsonResult.put(oldValue, jsonArray);
961                 }
962                 return jsonResult;
963         }
964         
965         @RequestMapping(value={"/policyController/getDCAEMSTemplateData.htm"}, method={org.springframework.web.bind.annotation.RequestMethod.POST})
966         public ModelAndView getDCAEMSTemplateData(HttpServletRequest request, HttpServletResponse response) throws IOException{
967                 ObjectMapper mapper = new ObjectMapper();
968                 mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
969                 JsonNode root = mapper.readTree(request.getReader());
970
971                 String value = root.get("policyData").toString().replaceAll("^\"|\"$", "");
972                 String  servicename = value.split("-v")[0];
973                 String version = null;
974                 if (value.contains("-v")){
975                         version = value.split("-v")[1];
976                 }
977                 MicroServiceModels returnModel = getAttributeObject(servicename, version);
978                 
979                 
980                 //Get all keys with "MANY-true" defined in their value from subAttribute 
981                 Set<String> allkeys = null;
982                 if(returnModel.getSub_attributes() != null && !returnModel.getSub_attributes().isEmpty()){
983                         JSONObject json = new JSONObject(returnModel.getSub_attributes());      
984                         getAllKeys(json); 
985                         allkeys = allManyTrueKeys;
986                         allManyTrueKeys = new  HashSet <>();
987                         LOGGER.info("allkeys : " + allkeys);
988                 }
989                 
990                 String allManyTrueKeys = "";
991                 if(allkeys != null){
992                         allManyTrueKeys = allkeys.toString();
993                 }
994                 
995                 String jsonModel = createMicroSeriveJson(returnModel, allkeys);
996                 
997                 JSONObject jsonObject = new JSONObject(jsonModel);
998                 
999                 JSONObject finalJsonObject = null;
1000                 if(allkeys != null){
1001                         Iterator<String> iter = allkeys.iterator();
1002                         while(iter.hasNext()){
1003                                 //Convert to array values for MANY-true keys
1004                                 finalJsonObject = convertToArrayElement(jsonObject, iter.next());
1005                         }
1006                 }
1007
1008                 if(finalJsonObject != null){
1009                     LOGGER.info(finalJsonObject.toString());
1010                     jsonModel  = finalJsonObject.toString();
1011                 }
1012                 
1013                 //get all properties with "MANY-true" defined in Ref_attributes
1014                 Set<String> manyTrueProperties = getManyTrueProperties(returnModel.getRef_attributes());
1015                 if(manyTrueProperties != null){
1016                         JSONObject jsonObj = new JSONObject(jsonModel);
1017                         for (String s : manyTrueProperties) {
1018                                 LOGGER.info(s);
1019                                 //convert to array element for MANY-true properties
1020                                 finalJsonObject = convertToArrayElement(jsonObj, s.trim());
1021                         }
1022                         
1023                         if(finalJsonObject != null){
1024                             LOGGER.info(finalJsonObject.toString());
1025                             jsonModel = finalJsonObject.toString();
1026                         }
1027                 }
1028                 
1029                 response.setCharacterEncoding("UTF-8");
1030                 response.setContentType("application / json");
1031                 request.setCharacterEncoding("UTF-8");
1032                 List<Object>  list = new ArrayList<>();
1033                 PrintWriter out = response.getWriter();
1034                 String responseString = mapper.writeValueAsString(returnModel);
1035                 JSONObject j;
1036                 if("".equals(allManyTrueKeys)){
1037                         j = new JSONObject("{dcaeModelData: " + responseString + ",jsonValue: " + jsonModel + "}");     
1038                 }else{
1039                         j = new JSONObject("{dcaeModelData: " + responseString + ",jsonValue: " + jsonModel + ",allManyTrueKeys: " + allManyTrueKeys+ "}");     
1040                 }
1041                 list.add(j);
1042                 out.write(list.toString());
1043                 return null;
1044         }
1045         
1046         @SuppressWarnings({ "unchecked", "rawtypes" })
1047         private String createMicroSeriveJson(MicroServiceModels returnModel, Set<String> allkeys) {
1048                 Map<String, String> attributeMap = new HashMap<>();
1049                 Map<String, String> refAttributeMap = new HashMap<>();
1050                 String attribute = returnModel.getAttributes();
1051                 if(attribute != null){
1052                         attribute = attribute.trim();
1053                 }
1054                 String refAttribute = returnModel.getRef_attributes();
1055                 if(refAttribute != null){
1056                         refAttribute = refAttribute.trim();
1057                 }
1058                 String enumAttribute = returnModel.getEnumValues();
1059                 if(enumAttribute != null){
1060                         enumAttribute = enumAttribute.trim();
1061                 }
1062                 if (!StringUtils.isEmpty(attribute)){
1063                         attributeMap = convert(attribute, ",");
1064                 }
1065                 if (!StringUtils.isEmpty(refAttribute)){
1066                         refAttributeMap = convert(refAttribute, ",");
1067                 }
1068
1069                 Gson gson = new Gson();
1070                 
1071                 String subAttributes = returnModel.getSub_attributes();
1072                 if(subAttributes != null){
1073                         subAttributes = subAttributes.trim();
1074                 }else{
1075                         subAttributes = "";
1076                 }
1077                 Map gsonObject = (Map) gson.fromJson(subAttributes, Object.class);
1078                 
1079                 JSONObject object = new JSONObject();
1080                 JSONArray array;
1081                 
1082                 for (Entry<String, String> keySet : attributeMap.entrySet()){
1083                         array = new JSONArray();
1084                         String value = keySet.getValue();
1085                         if ("true".equalsIgnoreCase(keySet.getValue().split("MANY-")[1])){
1086                                 array.put(value);
1087                                 object.put(keySet.getKey().trim(), array);
1088                         }else {
1089                                 object.put(keySet.getKey().trim(), value.trim());
1090                         }
1091                 }
1092                 
1093                 for (Entry<String, String> keySet : refAttributeMap.entrySet()){
1094                         array = new JSONArray();
1095                         String value = keySet.getValue().split(":")[0];
1096                         if (gsonObject.containsKey(value)){
1097                                 if ("true".equalsIgnoreCase(keySet.getValue().split("MANY-")[1])){
1098                                         array.put(recursiveReference(value, gsonObject, enumAttribute));
1099                                         object.put(keySet.getKey().trim(), array);
1100                                 }else {
1101                                         object.put(keySet.getKey().trim(), recursiveReference(value, gsonObject, enumAttribute));
1102                                 }
1103                         }else {
1104                                 if ("true".equalsIgnoreCase(keySet.getValue().split("MANY-")[1])){
1105                                         array.put(value.trim());
1106                                         object.put(keySet.getKey().trim(), array);
1107                                 }else {
1108                                         object.put(keySet.getKey().trim(), value.trim()); 
1109                                 }
1110                         }
1111                 }
1112                 
1113                 
1114
1115                 return object.toString();
1116         }
1117
1118         @SuppressWarnings("unchecked")
1119         private JSONObject recursiveReference(String name, Map<String,String> subAttributeMap, String enumAttribute) {
1120                 JSONObject object = new JSONObject();
1121                 Map<String, String> map;
1122                 Object returnClass = subAttributeMap.get(name);
1123                 map = (Map<String, String>) returnClass; 
1124                 JSONArray array;
1125                 
1126                 for( Entry<String, String> m:map.entrySet()){  
1127                         String[] splitValue = m.getValue().split(":");
1128                         array = new JSONArray();
1129                         if (subAttributeMap.containsKey(splitValue[0])){
1130                                 if ("true".equalsIgnoreCase(m.getValue().split("MANY-")[1])){
1131                                         array.put(recursiveReference(splitValue[0], subAttributeMap, enumAttribute));
1132                                         object.put(m.getKey().trim(), array);
1133                                 }else {
1134                                         object.put(m.getKey().trim(), recursiveReference(splitValue[0], subAttributeMap, enumAttribute));
1135                                 }
1136                         } else{
1137                                 if ("true".equalsIgnoreCase(m.getValue().split("MANY-")[1])){
1138                                         array.put(splitValue[0].trim());
1139                                         object.put(m.getKey().trim(), array);
1140                                 }else {
1141                                         object.put(m.getKey().trim(), splitValue[0].trim());
1142                                 }
1143                         }
1144                   }  
1145                 
1146                 return object;
1147         }
1148         
1149         
1150         public static JSONObject convertToArrayElement(JSONObject json, String keyValue) {
1151             return convertToArrayElement(json, new HashSet<>(), keyValue);
1152         }
1153         
1154         private static JSONObject convertToArrayElement(JSONObject json, Set<String> keys, String keyValue) {
1155             for (String key : json.keySet()) {
1156                 Object obj = json.get(key);
1157                 if(key.equals(keyValue.trim())){
1158                         if(!(obj instanceof JSONArray)){
1159                                 JSONArray newJsonArray = new JSONArray();
1160                                 newJsonArray.put(obj);
1161                                 json.put(key, newJsonArray);
1162                         }
1163                         LOGGER.info("key : " + key);
1164                         LOGGER.info("obj : " + obj);
1165                         LOGGER.info("json.get(key) : " + json.get(key));
1166                         LOGGER.info("keyValue : " + keyValue);
1167                     keys.addAll(json.keySet());
1168                     
1169                     return json;
1170                 }
1171
1172                 if (obj instanceof JSONObject) convertToArrayElement(json.getJSONObject(key), keyValue);            
1173             }
1174
1175             return json;
1176         }
1177         
1178         // call this method to get all MANY-true properties 
1179         public static Set<String> getManyTrueProperties(String referAttributes){
1180                 LOGGER.info("referAttributes : " + referAttributes);
1181                 Set<String> manyTrueProperties = new HashSet<>();
1182                 
1183                 if(referAttributes != null){
1184                         String[] referAarray = referAttributes.split(",");
1185                         String []element;
1186                         for(int i=0; i<referAarray.length; i++){
1187                                 element = referAarray[i].split("=");      
1188                                 if(element.length > 1 && element[1].contains("MANY-true")){
1189                                         manyTrueProperties.add(element[0]);
1190                                 }
1191                         }               
1192                 }
1193                 
1194                 return manyTrueProperties;
1195         }
1196         
1197         //call this method to start the recursive
1198         private Set<String> getAllKeys(JSONObject json) {
1199             return getAllKeys(json, new HashSet<>());
1200         }
1201
1202         private Set<String> getAllKeys(JSONArray arr) {
1203             return getAllKeys(arr, new HashSet<>());
1204         }
1205
1206         private Set<String> getAllKeys(JSONArray arr, Set<String> keys) {
1207             for (int i = 0; i < arr.length(); i++) {
1208                 Object obj = arr.get(i);
1209                 if (obj instanceof JSONObject) keys.addAll(getAllKeys(arr.getJSONObject(i)));
1210                 if (obj instanceof JSONArray) keys.addAll(getAllKeys(arr.getJSONArray(i)));
1211             }
1212
1213             return keys;
1214         }
1215     // this method returns a set of keys with "MANY-true" defined in their value.
1216         private Set<String> getAllKeys(JSONObject json, Set<String> keys) {
1217             for (String key : json.keySet()) {
1218                 Object obj = json.get(key);
1219                 if(obj instanceof String && ((String) obj).contains("MANY-true")){
1220                         LOGGER.info("key : " + key);
1221                         LOGGER.info("obj : " + obj);
1222                         allManyTrueKeys.add(key);
1223                 }
1224                 if (obj instanceof JSONObject) keys.addAll(getAllKeys(json.getJSONObject(key)));
1225                 if (obj instanceof JSONArray) keys.addAll(getAllKeys(json.getJSONArray(key)));
1226             }
1227
1228             return keys;
1229         }
1230
1231         
1232         @RequestMapping(value={"/policyController/getModelServiceVersioneData.htm"}, method={org.springframework.web.bind.annotation.RequestMethod.POST})
1233         public ModelAndView getModelServiceVersionData(HttpServletRequest request, HttpServletResponse response) throws IOException{
1234                 ObjectMapper mapper = new ObjectMapper();
1235                 mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
1236                 JsonNode root = mapper.readTree(request.getReader());
1237
1238                 String value = root.get("policyData").toString().replaceAll("^\"|\"$", "");
1239                 String  servicename = value.split("-v")[0];
1240                 Set<String> returnList = getVersionList(servicename);
1241                 
1242                 response.setCharacterEncoding("UTF-8");
1243                 response.setContentType("application / json");
1244                 request.setCharacterEncoding("UTF-8");
1245         List<Object>  list = new ArrayList<>();
1246                 PrintWriter out = response.getWriter();
1247                 String responseString = mapper.writeValueAsString(returnList);
1248                 JSONObject j = new JSONObject("{dcaeModelVersionData: " + responseString +"}");
1249                 list.add(j);
1250                 out.write(list.toString());
1251                 return null;
1252         }
1253
1254         private Set<String> getVersionList(String name) {       
1255                 MicroServiceModels workingModel;
1256                 Set<String> list = new HashSet<>();
1257                 List<Object> microServiceModelsData = commonClassDao.getDataById(MicroServiceModels.class, "modelName", name);
1258                 for (int i = 0; i < microServiceModelsData.size(); i++) {
1259                         workingModel = (MicroServiceModels) microServiceModelsData.get(i);
1260                         if (workingModel.getVersion()!=null){
1261                                 list.add(workingModel.getVersion());
1262                         }else{
1263                                 list.add("Default");
1264                         }
1265                 }
1266                 return list;
1267         }
1268         
1269         private MicroServiceModels getAttributeObject(String name, String version) {    
1270                 MicroServiceModels workingModel = new MicroServiceModels();
1271                 List<Object> microServiceModelsData = commonClassDao.getDataById(MicroServiceModels.class, "modelName", name);
1272                 for (int i = 0; i < microServiceModelsData.size(); i++) {
1273                         workingModel = (MicroServiceModels) microServiceModelsData.get(i);
1274                         if(version != null){
1275                                 if (workingModel.getVersion()!=null){
1276                                         if (workingModel.getVersion().equals(version)){
1277                                                 return workingModel;
1278                                         }
1279                                 }else{
1280                                         return workingModel;
1281                                 }
1282                         }else{
1283                                 return workingModel;
1284                         }
1285                         
1286                 }
1287                 return workingModel;
1288         }
1289
1290         @RequestMapping(value={"/get_DCAEPriorityValues"}, method={org.springframework.web.bind.annotation.RequestMethod.GET} , produces=MediaType.APPLICATION_JSON_VALUE)
1291         public void getDCAEPriorityValuesData(HttpServletRequest request, HttpServletResponse response){
1292                 try{
1293                         Map<String, Object> model = new HashMap<>();
1294                         ObjectMapper mapper = new ObjectMapper();
1295                         List<String> priorityList = new ArrayList<>();
1296                         priorityCount = 10;
1297                         for (int i = 1; i < priorityCount; i++) {
1298                                 priorityList.add(String.valueOf(i));
1299                         }
1300                         model.put("priorityDatas", mapper.writeValueAsString(priorityList));
1301                         JsonMessage msg = new JsonMessage(mapper.writeValueAsString(model));
1302                         JSONObject j = new JSONObject(msg);
1303                         response.getWriter().write(j.toString());
1304                 }
1305                 catch (Exception e){
1306                         LOGGER.error(e);
1307                 }
1308         }
1309
1310         public void prePopulateDCAEMSPolicyData(PolicyRestAdapter policyAdapter, PolicyEntity entity) {
1311                 if (policyAdapter.getPolicyData() instanceof PolicyType) {
1312                         Object policyData = policyAdapter.getPolicyData();
1313                         PolicyType policy = (PolicyType) policyData;
1314                         policyAdapter.setOldPolicyFileName(policyAdapter.getPolicyName());
1315                         String policyNameValue = policyAdapter.getPolicyName().substring(policyAdapter.getPolicyName().indexOf("MS_") +3);
1316                         policyAdapter.setPolicyName(policyNameValue);
1317                         String description = "";
1318                         try{
1319                                 description = policy.getDescription().substring(0, policy.getDescription().indexOf("@CreatedBy:"));
1320                         }catch(Exception e){
1321                             LOGGER.error("Error while collecting the desciption tag in ActionPolicy " + policyNameValue ,e);
1322                                 description = policy.getDescription();
1323                         }
1324                         policyAdapter.setPolicyDescription(description);
1325                         // Get the target data under policy.
1326                         TargetType target = policy.getTarget();
1327                         if (target != null) {
1328                                 // Under target we have AnyOFType
1329                                 List<AnyOfType> anyOfList = target.getAnyOf();
1330                                 if (anyOfList != null) {
1331                                         Iterator<AnyOfType> iterAnyOf = anyOfList.iterator();
1332                                         while (iterAnyOf.hasNext()) {
1333                                                 AnyOfType anyOf = iterAnyOf.next();
1334                                                 // Under AnyOFType we have AllOFType
1335                                                 List<AllOfType> allOfList = anyOf.getAllOf();
1336                                                 if (allOfList != null) {
1337                                                         Iterator<AllOfType> iterAllOf = allOfList.iterator();
1338                                                         while (iterAllOf.hasNext()) {
1339                                                                 AllOfType allOf = iterAllOf.next();
1340                                                                 // Under AllOFType we have Match
1341                                                                 List<MatchType> matchList = allOf.getMatch();
1342                                                                 if (matchList != null) {
1343                                                                         Iterator<MatchType> iterMatch = matchList.iterator();
1344                                                                         while (matchList.size()>1 && iterMatch.hasNext()) {
1345                                                                                 MatchType match = iterMatch.next();
1346                                                                                 //
1347                                                                                 // Under the match we have attribute value and
1348                                                                                 // attributeDesignator. So,finally down to the actual attribute.
1349                                                                                 //
1350                                                                                 AttributeValueType attributeValue = match.getAttributeValue();
1351                                                                                 String value = (String) attributeValue.getContent().get(0);
1352                                                                                 AttributeDesignatorType designator = match.getAttributeDesignator();
1353                                                                                 String attributeId = designator.getAttributeId();
1354                                                                                 // First match in the target is OnapName, so set that value.
1355                                                                                 if ("ONAPName".equals(attributeId)) {
1356                                                                                         policyAdapter.setOnapName(value);
1357                                                                                 }
1358                                                                                 if ("ConfigName".equals(attributeId)){
1359                                                                                         policyAdapter.setConfigName(value);
1360                                                                                 }
1361                                                                                 if ("uuid".equals(attributeId)){
1362                                                                                         policyAdapter.setUuid(value);
1363                                                                                 }
1364                                                                                 if ("location".equals(attributeId)){
1365                                                                                         policyAdapter.setLocation(value);
1366                                                                                 }
1367                                                                                 if ("RiskType".equals(attributeId)){
1368                                                                                         policyAdapter.setRiskType(value);
1369                                                                                 }
1370                                                                                 if ("RiskLevel".equals(attributeId)){
1371                                                                                         policyAdapter.setRiskLevel(value);
1372                                                                                 }
1373                                                                                 if ("guard".equals(attributeId)){
1374                                                                                         policyAdapter.setGuard(value);
1375                                                                                 }
1376                                                                                 if ("TTLDate".equals(attributeId) && !value.contains("NA")){
1377                                                                                         PolicyController controller = new PolicyController();
1378                                                                                         String newDate = controller.convertDate(value);
1379                                                                                         policyAdapter.setTtlDate(newDate);
1380                                                                                 }
1381                                                                         }
1382                                                                         readFile(policyAdapter, entity);
1383                                                                 }
1384                                                         }
1385                                                 }
1386                                         }
1387                                 }
1388                         }
1389                 }
1390         }
1391         
1392         public static Map<String, String> convert(String str, String split) {
1393                 Map<String, String> map = new HashMap<>();
1394                 for(final String entry : str.split(split)) {
1395                     String[] parts = entry.split("=");
1396                     map.put(parts[0], parts[1]);
1397                 }
1398                 return map;
1399         }
1400
1401
1402         @SuppressWarnings("unchecked")
1403         private void readFile(PolicyRestAdapter policyAdapter, PolicyEntity entity) {
1404                 String policyScopeName = null;
1405                 ObjectMapper mapper = new ObjectMapper();
1406                 try {
1407                         DCAEMicroServiceObject msBody = mapper.readValue(entity.getConfigurationData().getConfigBody(), DCAEMicroServiceObject.class);
1408                         policyScopeName = getPolicyScope(msBody.getPolicyScope());
1409                         policyAdapter.setPolicyScope(policyScopeName);
1410
1411                         policyAdapter.setPriority(msBody.getPriority());
1412
1413                         if (msBody.getVersion()!= null){
1414                                 policyAdapter.setServiceType(msBody.getService());
1415                                 policyAdapter.setVersion(msBody.getVersion());
1416                         }else{
1417                                 policyAdapter.setServiceType(msBody.getService());
1418                         }
1419                         if(msBody.getContent() != null){
1420                                 LinkedHashMap<String, Object>  data = new LinkedHashMap<>();
1421                                 LinkedHashMap<String, ?> map = (LinkedHashMap<String, ?>) msBody.getContent();
1422                                 readRecursivlyJSONContent(map, data);
1423                                 policyAdapter.setRuleData(data);
1424                         }
1425
1426                 } catch (Exception e) {
1427                         LOGGER.error(e);
1428                 }
1429
1430         }
1431
1432         @SuppressWarnings({ "rawtypes", "unchecked" })
1433         private void readRecursivlyJSONContent(LinkedHashMap<String, ?> map, LinkedHashMap<String, Object> data){
1434                 for (Iterator iterator = map.keySet().iterator(); iterator.hasNext();) {
1435                         Object key =  iterator.next();
1436                         Object value = map.get(key);
1437                         if(value instanceof LinkedHashMap<?, ?>){
1438                                 LinkedHashMap<String, Object> secondObjec = new LinkedHashMap<>(); 
1439                                 readRecursivlyJSONContent((LinkedHashMap<String, ?>) value, secondObjec);
1440                                 for( Entry<String, Object> entry : secondObjec.entrySet()){
1441                                         data.put(key+"." + entry.getKey(), entry.getValue());
1442                                 }
1443                         }else if(value instanceof ArrayList){
1444                                 ArrayList<?> jsonArrayVal = (ArrayList<?>)value;
1445                                 for(int i = 0; i < jsonArrayVal.size(); i++){
1446                                         Object arrayvalue = jsonArrayVal.get(i);
1447                                         if(arrayvalue instanceof LinkedHashMap<?, ?>){
1448                                                 LinkedHashMap<String, Object> newData = new LinkedHashMap<>();   
1449                                                 readRecursivlyJSONContent((LinkedHashMap<String, ?>) arrayvalue, newData);
1450                                                 for(Entry<String, Object> entry: newData.entrySet()){
1451                                                         data.put(key+"@"+i+"." +entry.getKey(), entry.getValue());
1452                                                 }
1453                                         }else if(arrayvalue instanceof ArrayList){
1454                                                 ArrayList<?> jsonArrayVal1 = (ArrayList<?>)value;
1455                                                 for(int j = 0; j < jsonArrayVal1.size(); j++){
1456                                                         Object arrayvalue1 = jsonArrayVal1.get(i);
1457                                                         data.put(key+"@"+j, arrayvalue1.toString());
1458                                                 }       
1459                                         }else{
1460                                                 data.put(key+"@"+i, arrayvalue.toString());
1461                                         }       
1462                                 }
1463                         }else{
1464                                 data.put(key.toString(), value.toString());
1465                         }       
1466                 }
1467         }
1468
1469         private String getPolicyScope(String value) {
1470                 List<Object> groupList= commonClassDao.getDataById(GroupPolicyScopeList.class, "groupList", value);
1471                 if(groupList != null && !groupList.isEmpty()){
1472                         GroupPolicyScopeList pScope = (GroupPolicyScopeList) groupList.get(0);
1473                         return pScope.getGroupName();           
1474                 }
1475                 return null;
1476         }
1477
1478         //Convert the map values and set into JSON body
1479         public Map<String, String> convertMap(Map<String, String> attributesMap, Map<String, String> attributesRefMap) {
1480                 Map<String, String> attribute = new HashMap<>();
1481                 StringBuilder temp;
1482                 String key;
1483                 String value;
1484                 for (Entry<String, String> entry : attributesMap.entrySet()) {
1485                         key = entry.getKey();
1486                         value = entry.getValue();
1487                         attribute.put(key, value);
1488                 }
1489                 for (Entry<String, String> entryRef : attributesRefMap.entrySet()) {
1490                         key = entryRef.getKey();
1491                         value = entryRef.getValue();
1492                         attribute.put(key, value);
1493                 }
1494                 for (Entry<String, String> entryList : attributesListRefMap.entrySet()) {
1495                         key = entryList.getKey();
1496                         value = entryList.getValue();
1497                         attribute.put(key, value);
1498                 }
1499                 for (Entry<String, LinkedList<String>> arrayList : arrayTextList.entrySet()){
1500                         key = arrayList.getKey();
1501                         temp = null;
1502                         for (Object textList : arrayList.getValue()){
1503                                 if (temp == null){
1504                                         temp = new StringBuilder();
1505                                         temp.append("[" + textList);
1506                                 }else{
1507                                         temp.append("," + textList);
1508                                 }
1509                         }
1510                         attribute.put(key, temp+ "]");                  
1511                 }
1512
1513                 return  attribute;
1514         }
1515         
1516         @RequestMapping(value={"/ms_dictionary/set_MSModelData"}, method={org.springframework.web.bind.annotation.RequestMethod.POST})
1517         public void SetMSModelData(HttpServletRequest request, HttpServletResponse response) throws IOException, FileUploadException{
1518                 modelList = new ArrayList<>();
1519                 dirDependencyList = new ArrayList<>();
1520                 classMap = new HashMap<>();
1521                 retmap = new HashMap<>();
1522                 uniqueKeys= new HashSet<>();
1523                 uniqueDataKeys= new HashSet<>();
1524                 dataListBuffer=new StringBuilder();
1525                 dataConstraints= new ArrayList <>();
1526                 List<FileItem> items = new ServletFileUpload(new DiskFileItemFactory()).parseRequest(request);
1527                 boolean zip = false;
1528                 boolean yml= false;
1529                 String errorMsg = "";
1530                 for (FileItem item : items) {
1531                         if(item.getName().endsWith(".zip") || item.getName().endsWith(".xmi")||item.getName().endsWith(".yml")){
1532                                 this.newModel = new MicroServiceModels();
1533                                 try{
1534                                         File file = new File(item.getName());
1535                                         OutputStream outputStream = new FileOutputStream(file);
1536                                         IOUtils.copy(item.getInputStream(), outputStream);
1537                                         outputStream.close();
1538                                         this.newFile = file.toString();
1539                                         this.newModel.setModelName(this.newFile.split("-v")[0]);
1540                                 
1541                                         if (this.newFile.contains("-v")){
1542                                                 if (item.getName().endsWith(".zip")){
1543                                                         this.newModel.setVersion(this.newFile.split("-v")[1].replace(".zip", ""));
1544                                                         zip = true;
1545                                                 }else if(item.getName().endsWith(".yml")){
1546                                                         this.newModel.setVersion(this.newFile.split("-v")[1].replace(".yml", ""));
1547                                                         yml = true;
1548                                                 }
1549                                                 else {
1550                                                         this.newModel.setVersion(this.newFile.split("-v")[1].replace(".xmi", ""));
1551                                                 }
1552                                         }                               
1553                                 }catch(Exception e){
1554                                         LOGGER.error("Upload error : ", e);
1555                                         errorMsg = "Upload error:" + e.getMessage();
1556                                 }
1557                         }
1558                         
1559                 }
1560                 
1561                 if(!errorMsg.isEmpty()){
1562                         
1563                         PrintWriter out = response.getWriter();
1564                         
1565                         response.setCharacterEncoding("UTF-8");
1566                         response.setContentType("application / json");
1567                         request.setCharacterEncoding("UTF-8");
1568                         
1569                         JSONObject j = new JSONObject();
1570                         j.put("errorMsg", errorMsg);
1571                         out.write(j.toString());
1572                         return;
1573                 }
1574                 
1575                 List<File> fileList = new ArrayList<>();
1576                 this.directory = "model";
1577                 if (zip){
1578                         extractFolder(this.newFile);
1579                         fileList = listModelFiles(this.directory);
1580                 }else if (yml){
1581                         parseTosca(this.newFile);
1582                 }else {
1583                         File file = new File(this.newFile);
1584                         fileList.add(file);
1585                 }
1586                 String modelType;
1587                 if(! yml){
1588                         modelType="xmi";
1589                         //Process Main Model file first
1590                         classMap = new HashMap<>();
1591                         for (File file : fileList) {
1592                                 if(!file.isDirectory() && file.getName().endsWith(".xmi")){
1593                         retreiveDependency(file.toString(), true);
1594                     }   
1595                         }
1596                         
1597                         modelList = createList();
1598                         
1599                         cleanUp(this.newFile);
1600                         cleanUp(directory);
1601                 }else{
1602                         modelType="yml";
1603                         modelList.add(this.newModel.getModelName());
1604                         String className=this.newModel.getModelName();
1605                         MSAttributeObject msAttributes= new MSAttributeObject();
1606                         msAttributes.setClassName(className);
1607                         
1608                         HashMap<String, String> returnAttributeList =new HashMap<>();
1609                         returnAttributeList.put(className, this.attributeString);
1610                         msAttributes.setAttribute(returnAttributeList);
1611                         
1612                         msAttributes.setSubClass(this.retmap);
1613                         
1614                         HashMap<String, String> returnReferenceList =new HashMap<>();
1615                         returnReferenceList.put(className, this.referenceAttributes);
1616                         msAttributes.setRefAttribute(returnReferenceList);
1617                         
1618                         if(this.listConstraints!=""){
1619                                 HashMap<String, String> enumList =new HashMap<>();
1620                                 String[] listArray=this.listConstraints.split("#");
1621                 for(String str:listArray){
1622                     String[] strArr= str.split("=");
1623                     if(strArr.length>1){
1624                         enumList.put(strArr[0], strArr[1]);
1625                     }
1626                 }
1627                                 msAttributes.setEnumType(enumList);
1628                         }
1629                         
1630                         classMap=new HashMap<>();
1631                         classMap.put(className, msAttributes);
1632                         
1633                 }
1634                 
1635                 PrintWriter out = response.getWriter();
1636                 
1637                 response.setCharacterEncoding("UTF-8");
1638                 response.setContentType("application / json");
1639                 request.setCharacterEncoding("UTF-8");
1640                 
1641                 ObjectMapper mapper = new ObjectMapper();
1642                 JSONObject j = new JSONObject();
1643                 j.put("classListDatas", modelList);
1644                 j.put("modelDatas", mapper.writeValueAsString(classMap));
1645                 j.put("modelType", modelType);
1646                 out.write(j.toString());
1647         }
1648         
1649         /*
1650          * Unzip file and store in the model directory for processing
1651          */
1652         @SuppressWarnings("rawtypes")
1653         private void extractFolder(String zipFile )  {
1654             int BUFFER = 2048;
1655             File file = new File(zipFile);
1656
1657                 try (ZipFile zip = new ZipFile(file)) {
1658                     String newPath =  "model" + File.separator + zipFile.substring(0, zipFile.length() - 4);
1659                     this.directory = "model" + File.separator + zipFile.substring(0, zipFile.length() - 4);
1660                     checkZipDirectory(this.directory);
1661                     new File(newPath).mkdir();
1662                     Enumeration zipFileEntries = zip.entries();
1663         
1664                     // Process each entry
1665                     while (zipFileEntries.hasMoreElements()){
1666                         // grab a zip file entry
1667                         ZipEntry entry = (ZipEntry) zipFileEntries.nextElement();
1668                         String currentEntry = entry.getName();
1669                         File destFile = new File("model" + File.separator + currentEntry);
1670                         File destinationParent = destFile.getParentFile();
1671                         
1672                         destinationParent.mkdirs();
1673         
1674                         if (!entry.isDirectory()){
1675                             BufferedInputStream is = new BufferedInputStream(zip.getInputStream(entry));
1676                             int currentByte;
1677                             byte[] data = new byte[BUFFER];
1678                             try (FileOutputStream fos = new FileOutputStream(destFile);
1679                                         BufferedOutputStream dest = new BufferedOutputStream(fos, BUFFER)) {
1680                                     while ((currentByte = is.read(data, 0, BUFFER)) != -1) {
1681                                         dest.write(data, 0, currentByte);
1682                                     }
1683                                     dest.flush();
1684                             } catch (IOException e) {
1685                                 LOGGER.error("Failed to write zip contents to {}" + destFile + e);
1686                                 //
1687                                 // PLD should I throw e?
1688                                 //
1689                                 throw e;
1690                             }
1691                         }
1692         
1693                         if (currentEntry.endsWith(".zip")){
1694                             extractFolder(destFile.getAbsolutePath());
1695                         }
1696                     }
1697             } catch (IOException e) {
1698                 LOGGER.error("Failed to unzip model file " + zipFile, e);
1699                 }
1700         }
1701         
1702         private void retreiveDependency(String workingFile, Boolean modelClass) {
1703                 
1704                 MSModelUtils utils = new MSModelUtils(PolicyController.getMsOnapName(), PolicyController.getMsPolicyName());
1705             Map<String, MSAttributeObject> tempMap;
1706             
1707             tempMap = utils.processEpackage(workingFile, MODEL_TYPE.XMI);
1708             
1709             classMap.putAll(tempMap);
1710             LOGGER.info(tempMap);
1711             
1712             return;     
1713             
1714         }
1715                 
1716         private List<File> listModelFiles(String directoryName) {
1717                 File directory = new File(directoryName);
1718                 List<File> resultList = new ArrayList<>();
1719                 File[] fList = directory.listFiles();
1720                 for (File file : fList) {
1721                         if (file.isFile()) {
1722                                 resultList.add(file);
1723                         } else if (file.isDirectory()) {
1724                                 dirDependencyList.add(file.getName());
1725                                 resultList.addAll(listModelFiles(file.getAbsolutePath()));
1726                         }
1727                 }
1728                 return resultList;
1729         }
1730         
1731     private void cleanUp(String path) {
1732         if (path!=null){
1733             try {
1734                 FileUtils.forceDelete(new File(path));
1735             } catch (IOException e) {
1736                 LOGGER.error("Failed to delete folder " + path, e);
1737             }  
1738         }
1739     }
1740  
1741     private void checkZipDirectory(String zipDirectory) {
1742         Path path = Paths.get(zipDirectory);
1743  
1744         if (Files.exists(path)) {
1745             cleanUp(zipDirectory);
1746         }
1747     }
1748         
1749     private List<String> createList() {
1750         List<String> list = new  ArrayList<>();
1751         for (Entry<String, MSAttributeObject> cMap : classMap.entrySet()){
1752             if (cMap.getValue().isPolicyTempalate()){
1753                 list.add(cMap.getKey());
1754             }
1755             
1756         }
1757         
1758         if (list.isEmpty()){
1759             if (classMap.containsKey(this.newModel.getModelName())){
1760                 list.add(this.newModel.getModelName());
1761             }else {
1762                 list.add("EMPTY");
1763             }
1764         }
1765         return list;
1766     }
1767
1768         public Map<String, String> getAttributesListRefMap() {
1769                 return attributesListRefMap;
1770         }
1771
1772         public Map<String, LinkedList<String>> getArrayTextList() {
1773                 return arrayTextList;
1774         }
1775
1776 }
1777
1778 class DCAEMicroServiceObject {
1779
1780         private String service;
1781         private String location;
1782         private String uuid;
1783         private String policyName;
1784         private String description;
1785         private String configName;
1786         private String templateVersion;
1787         private String version;
1788         private String priority;
1789         private String policyScope;
1790         private String riskType;
1791         private String riskLevel; 
1792         private String guard = null;
1793
1794         public String getGuard() {
1795                 return guard;
1796         }
1797         public void setGuard(String guard) {
1798                 this.guard = guard;
1799         }
1800         public String getRiskType() {
1801                 return riskType;
1802         }
1803         public void setRiskType(String riskType) {
1804                 this.riskType = riskType;
1805         }
1806         public String getRiskLevel() {
1807                 return riskLevel;
1808         }
1809         public void setRiskLevel(String riskLevel) {
1810                 this.riskLevel = riskLevel;
1811         }
1812         public String getPolicyScope() {
1813                 return policyScope;
1814         }
1815         public void setPolicyScope(String policyScope) {
1816                 this.policyScope = policyScope;
1817         }
1818
1819         public String getPriority() {
1820                 return priority;
1821         }
1822         public void setPriority(String priority) {
1823                 this.priority = priority;
1824         }
1825         public String getVersion() {
1826                 return version;
1827         }
1828         public void setVersion(String version) {
1829                 this.version = version;
1830         }
1831         private Object content;
1832
1833
1834         public String getPolicyName() {
1835                 return policyName;
1836         }
1837         public void setPolicyName(String policyName) {
1838                 this.policyName = policyName;
1839         }
1840         public String getDescription() {
1841                 return description;
1842         }
1843         public void setDescription(String description) {
1844                 this.description = description;
1845         }
1846         public String getConfigName() {
1847                 return configName;
1848         }
1849         public void setConfigName(String configName) {
1850                 this.configName = configName;
1851         }
1852         public Object getContent() {
1853                 return content;
1854         }
1855         public void setContent(Object content) {
1856                 this.content = content;
1857         }
1858
1859         public String getService() {
1860                 return service;
1861         }
1862         public void setService(String service) {
1863                 this.service = service;
1864         }
1865         public String getLocation() {
1866                 return location;
1867         }
1868         public void setLocation(String location) {
1869                 this.location = location;
1870         }
1871
1872         public String getUuid() {
1873                 return uuid;
1874         }
1875         public void setUuid(String uuid) {
1876                 this.uuid = uuid;
1877         }
1878         public String getTemplateVersion() {
1879                 return templateVersion;
1880         }
1881         public void setTemplateVersion(String templateVersion) {
1882                 this.templateVersion = templateVersion;
1883         }
1884
1885 }