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

com.adobe.cq.social.enablement.api.EnablementSiteConstants Maven / Gradle / Ivy

/*************************************************************************
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2014 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.cq.social.enablement.api;

/**
 * Enablement-specific Site Constants.
 */
public interface EnablementSiteConstants {

    /** The resources node name. */
    String RESOURCES_NODE_NAME = "resources";

    /** The resource-assets node name. */
    String RESOURCE_ASSETS_NODE_NAME = "resource-assets";

    /** The resource-groups node name. */
    String RESOURCE_GROUPS_NODE_NAME = "resource-groups";

    /** The resources path property name. */
    String RESOURCES_PATH_PROPERTY_NAME = "siteResourcesPath";

    /** The assets path property name. */
    String ASSETS_PATH_PROPERTY_NAME = "siteAssetsPath";

    /** Scorm User. */
    String COMMUNITY_SITE_SCORM_USER = "communities-scorm-user";

    /** Enablement Resource User */
    String COMMUNITY_ENABLEMENT_PROPERTY_WRITER = "communities-enablement-property-writer";

    /** The marketing cloud org ID property name (required for video heartbeat). */
    String MAC_ORG_ID = "macOrgId";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy