Draft operational policy rework
[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  * 
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 selected_decison_element='';
34 var selected_element_name = '';
35 var list_model_repeatable_heirarchical_elements={};
36 var map_model_repeatable_heirarchical_elements={};
37 var serviceName=null;
38 var workspaceType='env';
39 var environment_selected_file_id ='';
40 var old_new_model_name={};
41 var isModelRenamed = false;
42 var isModelfrmClick = false;
43 var autoSaveRevision =-1;
44 var commandStackList = [];
45
46 var cl_props=null
47 var elementMap={}
48 var lastElementSelected=null
49 var isTemplate=null;
50 var vf_Services=null;
51 var asdc_Services=null;
52 var readMOnly=false; // model is readonly
53 var runningInstances={}
54 var typeID = '';
55 var deploymentId = '';