SDN Controller Blueprints Data Adaptor
[ccsdk/features.git] / blueprints-processor / adaptors / data-adaptor-provider / src / main / java / org / onap / ccsdk / config / data / adaptor / DataAdaptorConstants.java
index c942ed6..6a61370 100644 (file)
@@ -1,29 +1,32 @@
 /*\r
  * Copyright © 2017-2018 AT&T Intellectual Property.\r
+ * Modifications Copyright © 2018 IBM.\r
  * \r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
  * \r
  * http://www.apache.org/licenses/LICENSE-2.0\r
  * \r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License.\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */\r
 \r
 package org.onap.ccsdk.config.data.adaptor;\r
 \r
 @SuppressWarnings("squid:S1118")\r
 public class DataAdaptorConstants {\r
-    \r
+\r
     public static final String OUTPUT_STATUS_SUCCESS = "success";\r
     public static final String OUTPUT_STATUS_FAILURE = "failure";\r
-    \r
+\r
     public static final String PROPERTY_ENV_TYPE = "org.onap.ccsdk.config.rest.adaptors.envtype";\r
     public static final String PROPERTY_ENV_PROD = "field";\r
     public static final String PROPERTY_ENV_SOLO = "solo";\r
-    \r
+\r
     public static final String INPUT_PARAM_TAGS = "tags";\r
     public static final String INPUT_PARAM_CAPABILITY_NAME = "capabilityName";\r
     public static final String INPUT_PARAM_MESSAGE = "message";\r
@@ -35,39 +38,39 @@ public class DataAdaptorConstants {
     public static final String INPUT_PARAM_ASDC_ARTIFACT_IND = "asdcArtifactInd";\r
     public static final Object INPUT_PARAM_VNF_ID = "vnfId";\r
     public static final Object INPUT_PARAM_VM_NAME = "vmName";\r
-    \r
+\r
     public static final Object INPUT_PARAM_CONFIG_CONTENT_TYPE = "configContentType";\r
-    \r
+\r
     public static final Object INPUT_PARAM_CONFIG_CONTENT = "configContent";\r
     public static final Object INPUT_PARAM_CONFIG_INDICATOR = "configIndicator";\r
-    \r
+\r
     public static final Object CONFIG_CONTENT_TYPE_CONFIGURATION = "Configuration";\r
     public static final Object CONFIG_CONTENT_TYPE_PARAMETERS = "Parameters";\r
     public static final Object CONFIG_INDICATOR_PREPARE = "Prepare";\r
     public static final Object CONFIG_INDICATOR_ACTIVE = "Active";\r
-    \r
+\r
     public static final String INPUT_PARAM_RESPONSE_PRIFIX = "response-prefix";\r
     public static final String INPUT_PARAM_VNF_TYPE = "vnfType";\r
     public static final String INPUT_PARAM_VNFC_TYPE = "vnfcType";\r
     public static final String INPUT_PARAM_ACTION = "action";\r
     public static final String INPUT_PARAM_API_VERSION = "apiVersion";\r
-    \r
+\r
     public static final String INPUT_PARAM_FILE_ID = "fileId";\r
     public static final String INPUT_PARAM_UPLOAD_CONFIG_ID = "uploadConfigId";\r
     public static final String FILE_CATEGORY_SERVICE_TEMPLATE = "service_template";\r
-    \r
+\r
     public static final String ARTIFACT_TYPE_SDNC_MODEL = "SDNC_MODEL";\r
-    \r
+\r
     public static final String LOG_MESSAGE_TYPE_LOG = "Log";\r
     public static final String LOG_MESSAGE_TYPE_COMPONENT = "Component";\r
     public static final String LOG_MESSAGE_TYPE_REQUEST = "Request";\r
     public static final String LOG_MESSAGE_TYPE_MODEL = "Model";\r
     public static final String LOG_MESSAGE_TYPE_DATA = "Data";\r
     public static final String LOG_MESSAGE_TYPE_CONFIG = "Config";\r
-    \r
+\r
     public static final String SELF_SERVICE_STATUS_RECEIVED = "Received";\r
     public static final String SELF_SERVICE_STATUS_ACKNOWLEDGED = "Acknowledged";\r
     public static final String SELF_SERVICE_STATUS_REPLIED = "Replied";\r
     public static final String SELF_SERVICE_STATUS_FAILED = "Failed";\r
-    \r
+\r
 }\r