com.hpe.caf.auditing.webserviceclient.WebServiceClientConstants Maven / Gradle / Ivy
/*
* Copyright 2015-2021 Micro Focus or one of its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.hpe.caf.auditing.webserviceclient;
public final class WebServiceClientConstants
{
// Fixed field names.
public final static class FixedFieldName {
public static final String APPLICATION_ID_FIELD = "applicationId";
public static final String PROCESS_ID_FIELD = "processId";
public static final String THREAD_ID_FIELD = "threadId";
public static final String EVENT_ORDER_FIELD = "eventOrder";
public static final String EVENT_TIME_FIELD = "eventTime";
public static final String EVENT_TIME_SOURCE_FIELD = "eventTimeSource";
public static final String USER_ID_FIELD = "userId";
public static final String TENANT_ID_FIELD = "tenantId";
public static final String CORRELATION_ID_FIELD = "correlationId";
public static final String EVENT_TYPE_ID_FIELD = "eventTypeId";
public static final String EVENT_CATEGORY_ID_FIELD = "eventCategoryId";
}
}