0648ccbdbe9f7f78fc3861263ee51f9886cb92d9
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / common_variables.js
1 /*-
2  * ============LICENSE_START=======================================================
3  * ONAP CLAMP
4  * ================================================================================
5  * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights
6  *                             reserved.
7  * ================================================================================
8  * Licensed under the Apache License, Version 2.0 (the "License"); 
9  * you may not use this file except in compliance with the License. 
10  * You may obtain a copy of the License at
11  * 
12  * http://www.apache.org/licenses/LICENSE-2.0
13  * 
14  * Unless required by applicable law or agreed to in writing, software 
15  * distributed under the License is distributed on an "AS IS" BASIS, 
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
17  * See the License for the specific language governing permissions and 
18  * limitations under the License.
19  * ============LICENSE_END============================================
20  * ===================================================================
21  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
22  */
23
24 var uploadfile=null;
25 var modelXML = '';
26 var list_models = {};
27 var selected_model = '';
28 var selected_template='';
29 var list_model_test_sets={};
30 var list_model_path_details={};
31 var list_model_schema_extensions={};
32 var list_model_test_management_details={};
33 var isImportSchema=false;
34 var selected_decison_element='';
35 var selected_element_name = '';
36 var list_model_repeatable_heirarchical_elements={};
37 var map_model_repeatable_heirarchical_elements={};
38 var serviceName=null;
39 var workspaceType='env';
40 var environment_selected_file_id ='';
41 var old_new_model_name={};
42 var isModelRenamed = false;
43 var isModelfrmClick = false;
44 var autoSaveRevision =-1;
45 var commandStackList = [];
46
47 var defaults_props=null
48 var elementMap={}
49 var lastElementSelected=null
50 var isTemplate=null;
51 var vf_Services=null;
52 var asdc_Services=null;
53 var readMOnly=false; // model is readonly
54 var runningInstances={}
55 var typeID = '';
56 var deploymentId = '';