Update the license for 2017-2018 license
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / util / AAIConstants.java
index e201b6d..181b499 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * org.onap.aai
  * ================================================================================
- * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -16,8 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * ============LICENSE_END=========================================================
- *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
 package org.onap.aai.util;
 
@@ -47,6 +45,8 @@ public final class AAIConstants {
        public static final String CACHED_DB_CONFIG = AAI_HOME_ETC_APP_PROPERTIES + "titan-cached.properties";
        public static final String AAI_HOME_ETC_OXM = AAI_HOME_ETC + "oxm" + AAI_FILESEP;
        public static final String AAI_EVENT_DMAAP_PROPS = AAI_HOME_ETC_APP_PROPERTIES + "aaiEventDMaaPPublisher.properties";
+       public static final String AAI_HOME_ETC_SCRIPT = AAI_HOME_ETC + AAI_FILESEP + "scriptdata" + AAI_FILESEP;
+
 
        public static final String AAI_PROV_LOGBACK_PROPS = "prov-logback.xml";
        public static final String AAI_GETRES_LOGBACK_PROPS = "getres-logback.xml";
@@ -96,6 +96,14 @@ public final class AAIConstants {
        public static final String AAI_BULKCONSUMER_LIMIT = "aai.bulkconsumer.payloadlimit";
        public static final String AAI_BULKCONSUMER_OVERRIDE_LIMIT = "aai.bulkconsumer.payloadoverride";
 
+       public static final String AAI_TRAVERSAL_TIMEOUT_LIMIT = "aai.traversal.timeoutlimit";
+       public static final String AAI_TRAVERSAL_TIMEOUT_ENABLED = "aai.traversal.timeoutenabled";
+       public static final String AAI_TRAVERSAL_TIMEOUT_APP = "aai.traversal.timeout.appspecific";
+
+       public static final String AAI_CRUD_TIMEOUT_LIMIT = "aai.crud.timeoutlimit";
+       public static final String AAI_CRUD_TIMEOUT_ENABLED = "aai.crud.timeoutenabled";
+       public static final String AAI_CRUD_TIMEOUT_APP = "aai.crud.timeout.appspecific";
+
     public static final String AAI_LOGGING_HBASE_INTERCEPTOR = "aai.logging.hbase.interceptor";
     public static final String AAI_LOGGING_HBASE_ENABLED = "aai.logging.hbase.enabled";
     public static final String AAI_LOGGING_HBASE_LOGREQUEST = "aai.logging.hbase.logrequest";
@@ -124,7 +132,7 @@ public final class AAIConstants {
        public static final String AAI_SKIPREALTIME_GROOMING = (System.getProperty("aai.skiprealtime.grooming") == null) ? "true" : System.getProperty("aai.skiprealtime.grooming");
        
 
-       /*** UEB ***/   
+       /*** UEB ***/
        public static final String UEB_PUB_PARTITION_AAI = "AAI";
        public static final String UEB_PUB_AAI_VCE_INTERFACE_DATA_TOPIC = "ueb.pub.aai.vce.interface.data.topic";