Update ASDC References to SDC 1/2
[appc.git] / appc-inbound / appc-design-services / provider / src / main / java / org / openecomp / appc / design / services / util / DesignServiceConstants.java
1 /*-
2  * ============LICENSE_START=======================================================
3  * ONAP : APPC
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Copyright (C) 2017 Amdocs
8  * =============================================================================
9  * Licensed under the Apache License, Version 2.0 (the "License");
10  * you may not use this file except in compliance with the License.
11  * You may obtain a copy of the License at
12  * 
13  *      http://www.apache.org/licenses/LICENSE-2.0
14  * 
15  * Unless required by applicable law or agreed to in writing, software
16  * distributed under the License is distributed on an "AS IS" BASIS,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  * See the License for the specific language governing permissions and
19  * limitations under the License.
20  * 
21  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
22  * ============LICENSE_END=========================================================
23  */
24
25 package org.openecomp.appc.design.services.util;
26
27 public class DesignServiceConstants {
28             
29         public static String STRING_ENCODING = "utf-8";
30         public static String Y = "Y";
31         public static String N = "N";
32         public static String DATA_TYPE_TEXT = "TEXT";
33         public static String DATA_TYPE_JSON = "JSON";
34         public static String DATA_TYPE_XML = "XML";
35         public static String DATA_TYPE_YAML = "YAML";
36         public static String DATA_TYPE_VELOCITY = "VELOCITY";
37         public static String DATA_TYPE_SQL = "SQL";
38             
39         public static final String GETDESIGNS = "getDesigns";
40         public static final String UPLOADARTIFACTS =  "uploadArtifacts";
41         public static final String  VALIDATETEMPLATE =  "validateTemplate";
42         public static final String GETSTATUS =  "getStatus";
43         public static final String SETSTATUS =  "setStatus";
44         public static final String GETGUIREFERENCE = "getGUIReference";
45         public static final String GETARTIFACTREFERENCE =   "getArtifactReference";
46         public static final String GETAAIDATA =  "getAAIData";
47         public static final String GETINSTARDATA =  "getInstarData";
48         public static final String PUBLISHARTIFACTS =  "publishdArtifacts";
49         public static final String ADDINCART =  "addInCart";  
50         
51         public static final String SUCCESS =  "success";
52         public static final String DESINGTIME = "DesignTime";
53         public static final String RUNTIME = "RunTime";
54         public static final String APPC_FLOW_CONTROLLER = "/appc-flow-controller.properties";
55         public static final String VNF_TYPE = "vnf-type";
56         public static final String ACTION = "action";
57         public static final String VNFC_TYPE = "vnfc-type";
58         public static final String VM_INSTANCE = "vm-instance";
59         public static final String VM = "vm";
60         public static final String VNFC = "vnfc";
61         
62         public static final String DOCUMENT_PARAMETERS = "document-parameters";
63         public static final String SERVICE_UUID  = "service-uuid";
64         public static final String DISTRIBUTION_ID  = "distribution-id";
65
66         public static final String SERVICE_NAME = "service-name"; 
67         public static final String SERVICE_DESCRIPTION ="service-description"; 
68         public static final String SERVICE_ARTIFACTS = "service-artifacts"; 
69         public static final String RESOURCE_UUID ="resource-uuid"; 
70         public static final String RESOURCE_INSTANCE_NAME = "resource-instance-name";
71         public static final String REOURCE_NAME = "resource-name";
72         public static final String RESOURCE_VERSOIN ="resource-version";
73         public static final String RESOURCE_TYPE= "resource-type"; 
74         public static final String ARTIFACT_UUID ="artifact-uuid";
75         public static final String ARTIFACT_NAME = "artifact-name"; 
76
77         public static final String ARTIFACT_VERSOIN = "artifact-version"; 
78         public static final String ARTIFACT_DESRIPTION = "artifact-description";
79         public static final String ARTIFACT_CONTENTS = "artifact-contents";
80         public static final String REQUEST_INFORMATION = "request-information";
81         public static final String INTERNAL_VERSION = "internal-versoin";
82         
83     
84         
85         public static final String DB_DT_ARTIFACT_TRACKING = "DT_ARTIFACT_TRACKING";
86         public static final String DB_SDC_REFERENCE = "ASDC_REFERENCE";
87         public static final String SCHEMA_SDNCTL = "SDNCTL";
88         public static final String GETARTIFACT = "getArtifact";
89         public static final String USER_ID = "userID";
90         public static final String ARTIFACT_TYPE = "artifact-type";
91         public static final String STATUS = "status";
92         public static final String UPLOADARTIFACT = "uploadArtifact";
93         public static final String REQUETS_ID = "request-id";
94         public static final String REQUEST_ACTION = "request-action";
95         public static final String SOURCE = "source";
96         public static final String DESIGN_SERVICE_PROPERTIES = "designService.properties";
97         public static final String DESIGN_TOOL = "Design-tool";
98         public static final String TECHNOLOGY = "technology";
99         public static final String PROTOCOL = "protocol";
100         public static final String SETPROTOCOLREFERENCE = "setProtocolReference";
101         public static final String ACTION_LEVEL = "action-level";
102         public static final String TEMPLATE = "template";
103         public static final String SETINCART = "setInCart";
104         public static final String INCART = "inCart";
105         public static final String STOREPASSWORD = "storeProperty";
106     }