Update ASDC References to SDC 1/2
[appc.git] / appc-config / appc-data-services / provider / src / main / java / org / openecomp / appc / data / services / AppcDataServiceConstant.java
1 /*-
2  * ============LICENSE_START=======================================================
3  * ONAP : APP-C
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.openecomp.appc.data.services;
22
23 public class AppcDataServiceConstant {
24
25
26         
27
28         public static String INPUT_PARAM_RESPONSE_PREFIX = "responsePrefix";
29         public static String OUTPUT_STATUS_SUCCESS = "success";
30         public static String OUTPUT_STATUS_FAILURE = "failure";
31         public static final String INPUT_PARAM_MESSAGE = "message";
32         public static final String INPUT_PARAM_MESSAGE_TYPE = "messageType";
33         public static String OUTPUT_PARAM_STATUS = "status";
34         public static String OUTPUT_PARAM_ERROR_MESSAGE = "error-message";
35         public static final String INPUT_PARAM_FILE_CATEGORY = "fileCategory";
36         public static final String INPUT_PARAM_VM_INSTANCE = "vmInstance";
37         public static final String INPUT_PARAM_SDC_ARTIFACT_IND = "asdcArtifactInd";
38         public static final Object INPUT_PARAM_VNF_ID = "vnfId";
39         public static final Object INPUT_PARAM_VM_NAME = "vmName";
40         
41         public static final String INPUT_PARAM_FILE_ID = "fileId";
42         
43         public static String INPUT_PARAM_UPLOAD_CONFIG_ID= "uploadConfigId";
44         
45         
46 }