Package com.adobe.cq.mcm.campaign
Class Constants
- java.lang.Object
 - 
- com.adobe.cq.mcm.campaign.Constants
 
 
- 
public class Constants extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAC_TEMPLATE_ID_AEMValue for acTemplateId used to get metadata for email delivery with AEM contentstatic java.lang.StringCAMPAIGN_CONTENTproperty value of transformer configuration which indicates transformers for the ContentGenerator servicestatic java.lang.StringPERMALINK_ENDPOINT_PATHPermalink endpoint.static java.lang.StringPN_CAMPAIGN_APPROVEDName of the property keeping track of the newsletter approval.static java.lang.StringPN_CAMPAIGN_LINKSName of the property keeping track of linked Adobe Campaign deliveries.static java.lang.StringPN_CAMPAIGN_LOCKED_BYName of the property keeping track of the delivery that requested a lock.static java.lang.StringPN_CAMPAIGN_SENT_BYName of the property keeping track of the delivery that was used to send the newsletter.static java.lang.StringPN_CAMPAIGN_UUIDName of the property keeping track of the newsletter UUID.static java.lang.StringPN_CONTENT_TYPEproperty name of transformer configuration which indicates transformers for the ContentGenerator servicestatic java.lang.StringPN_MAIL_PLAINTEXTName of the property that provides the plain text variant of a mailstatic java.lang.StringPN_MAIL_SUBJECTName of the property that provides an explicit mail subjectstatic java.lang.String[]PN_REMOVE_ON_COPYArray containing the names of all campaign related properties that need to be removed if a page is copiedstatic java.lang.StringPRM_DELIVERYParameter that specifies the delivery to get meta data forstatic java.lang.String[]RT_CAMPAIGN_NEWSLETTERDefines the base resource types for a newsletter page to be sent with Adobe Campaign. 
- 
Constructor Summary
Constructors Constructor Description Constants() 
 - 
 
- 
- 
Field Detail
- 
RT_CAMPAIGN_NEWSLETTER
public static final java.lang.String[] RT_CAMPAIGN_NEWSLETTER
Defines the base resource types for a newsletter page to be sent with Adobe Campaign. 
- 
PN_CAMPAIGN_UUID
public static final java.lang.String PN_CAMPAIGN_UUID
Name of the property keeping track of the newsletter UUID.- See Also:
 - Constant Field Values
 
 
- 
PN_CAMPAIGN_LINKS
public static final java.lang.String PN_CAMPAIGN_LINKS
Name of the property keeping track of linked Adobe Campaign deliveries.- See Also:
 - Constant Field Values
 
 
- 
PN_CAMPAIGN_APPROVED
public static final java.lang.String PN_CAMPAIGN_APPROVED
Name of the property keeping track of the newsletter approval.- See Also:
 - Constant Field Values
 
 
- 
PN_CAMPAIGN_LOCKED_BY
public static final java.lang.String PN_CAMPAIGN_LOCKED_BY
Name of the property keeping track of the delivery that requested a lock.- See Also:
 - Constant Field Values
 
 
- 
PN_CAMPAIGN_SENT_BY
public static final java.lang.String PN_CAMPAIGN_SENT_BY
Name of the property keeping track of the delivery that was used to send the newsletter.- See Also:
 - Constant Field Values
 
 
- 
PN_MAIL_SUBJECT
public static final java.lang.String PN_MAIL_SUBJECT
Name of the property that provides an explicit mail subject- See Also:
 - Constant Field Values
 
 
- 
PN_MAIL_PLAINTEXT
public static final java.lang.String PN_MAIL_PLAINTEXT
Name of the property that provides the plain text variant of a mail- See Also:
 - Constant Field Values
 
 
- 
PN_REMOVE_ON_COPY
public static final java.lang.String[] PN_REMOVE_ON_COPY
Array containing the names of all campaign related properties that need to be removed if a page is copied 
- 
PERMALINK_ENDPOINT_PATH
public static final java.lang.String PERMALINK_ENDPOINT_PATH
Permalink endpoint. Newsletter are accessible at ENDPOINT_PATH/${uuid}.- See Also:
 - Constant Field Values
 
 
- 
PRM_DELIVERY
public static final java.lang.String PRM_DELIVERY
Parameter that specifies the delivery to get meta data for- See Also:
 - Constant Field Values
 
 
- 
AC_TEMPLATE_ID_AEM
public static final java.lang.String AC_TEMPLATE_ID_AEM
Value for acTemplateId used to get metadata for email delivery with AEM content- See Also:
 - Constant Field Values
 
 
- 
PN_CONTENT_TYPE
public static final java.lang.String PN_CONTENT_TYPE
property name of transformer configuration which indicates transformers for the ContentGenerator service- See Also:
 - Constant Field Values
 
 
- 
CAMPAIGN_CONTENT
public static final java.lang.String CAMPAIGN_CONTENT
property value of transformer configuration which indicates transformers for the ContentGenerator service- See Also:
 - Constant Field Values
 
 
 - 
 
 -