All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.aem.transaction.core.TransactionConstants Maven / Gradle / Ivy

/*******************************************************************************
 *
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2018 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 ******************************************************************************/
package com.adobe.aem.transaction.core;

/**
 * Created by nitigupt on 4/2/2018.
 */

/**
 * Generic Transaction Constants
 */
public class TransactionConstants {

    public static final String TRANSACTION_TYPE = "transactionType";
    public static final String TRANSACTION_SUBTYPE = "transactionSubType";
    public static final String RESOURCE_ID = "resourceId";
    public static final String RESOURCE_NAME = "resourceName";
    public static final String RESOURCE_TYPE = "resourceType";
    public static final String RESOURCE_SUBTYPE = "resourceSubType";
    public static final String TRANSACTION_COUNT = "transactionCount";
    public static final String SERVICE_ID = "serviceId";
    public static final String OPERATION_ID = "operationId";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy