Update license header in appc-inbound files
[appc.git] / appc-inbound / appc-interfaces-service / bundle / src / main / java / org / onap / appc / interfaces / service / utils / ServiceConstants.java
1 /*-
2  * ============LICENSE_START=======================================================
3  * ONAP : APPC
4  * ================================================================================
5  * Copyright (C) 2017-2018 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  * ============LICENSE_END=========================================================
22  */
23
24 package org.onap.appc.interfaces.service.utils;
25
26 public class ServiceConstants {
27
28     public static final String REQUESTOVERLAP = "isScopeOverlap";
29     public static final String GEDATABYMODEL = "getdatabymodel";
30     public static final String VNF = "vnf-id";
31     public static final String VNFCNAME = "vnfc-name";
32     public static final String VFMODULE = "vf-module-id";
33     public static final String VSERVER = "vserver-id";
34     public static final String CURRENTREQUEST = "current-request";
35     public static final String INPROGRESSREQUEST = "in-progress-requests";
36     public static final String ACTION = "action";
37     public static final String ACTIONIDENTIFIER = "action-identifiers";
38     public static final String SERVICEINSTANCEID = "service-instance-id";
39 }