
com.adobe.aemds.guide.utils.JcrResourceConstants Maven / Gradle / Ivy
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* __________________
*
* Copyright 2016 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 may be covered by U.S. and Foreign Patents,
* patents in process, 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.aemds.guide.utils;
/**
* Defines the constants for JcrResources used in AEM Forms.
* @pad.exclude Exclude from Published API.
*/
public class JcrResourceConstants {
public static final String NT_SLING_FOLDER = "sling:Folder";
public static final String NT_SLING_ORDERED_FOLDER = "sling:OrderedFolder";
public static final String SLING_RESOURCE_TYPE_PROPERTY = "sling:resourceType";
public final static String SLING_RESOURCE_SUPER_TYPE_PROPERTY = "sling:resourceSuperType";
public static final String AUTHENTICATION_INFO_SESSION = "user.jcr.session";
public static final String JCR_PRIMARY_TYPE = "jcr:primaryType";
public static final String JCR_PATH = "jcr:path";
public static final String CQ_PAGE = "cq:Page";
public static final String CQ_PAGE_CONTENT = "cq:PageContent";
public static final String NT_TEMPLATE = "cq:template";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy