![JAR search and dependency download from the Maven repository](/logo.png)
com.adobe.dam.print.ids.StringConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2015 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.dam.print.ids;
public interface StringConstants {
public static final String ID_TEMPLATE = "idtemplate";
public static final String TITLE = "title";
public static final String NAME = "name";
public static final String PROPERTIES = "properties";
public static final String CQ_INDESIGN_PRINT = "cq-indesign-print";
public static final String TAG_XML = "tag-xml";
public static final String NT_UNSTRUCTURED = "nt:unstructured";
public static final String PRODUCT_REFERENCE = "productReference";
public static final String SLING_RESOURCE_TYPE = "sling:resourceType";
public static final String ARG_ID_TEMPLATE_PATH = "idTemplatePath";
public static final String ARG_TAG_XML = "tagXml";
public static final String ARG_IMAGE_LIST = "imageList";
public static final String PRINT_PDF = "cq5dam.print.pdf";
public static final String PRINT_ERR = "cq5dam.print.xml";
public static final String LOGGER_NAME = "IDSPrintLogger";
public static final String CATALOG_RELATION = "catalog-pages";
public static final String TEMPLATE_RELATION = "idsprint-template";
public static final String PRINT_MIME = "idsprint-map";
public static final String MASTER_FLAG = "idsprint-master";
public static final String METADATA_DESC = "dc:description";
public static final String METADATA_TAGS = "cq:tags";
public static final String TEMPLATE_TYPE = "dam:templateType";
public static final String MERGED_TYPE="dam:merged-type";
public static final String MERGED_TYPE_CATALOG="catalog";
public static final String MERGED_TYPE_TEMPLATE="template";
public static final String TEMPLATE_TYPE_CATALOG="catalog";
public static final String TEMPLATE_TYPE_CATALOG_PAGE="catalog page";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy