Package com.adobe.cq.mcm.campaign
Class Constants
java.lang.Object
com.adobe.cq.mcm.campaign.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value for acTemplateId used to get metadata for email delivery with AEM contentstatic final String
property value of transformer configuration which indicates transformers for the ContentGenerator servicestatic final String
Permalink endpoint.static final String
Name of the property keeping track of the newsletter approval.static final String
Name of the property keeping track of linked Adobe Campaign deliveries.static final String
Name of the property keeping track of the delivery that requested a lock.static final String
Name of the property keeping track of the delivery that was used to send the newsletter.static final String
Name of the property keeping track of the newsletter UUID.static final String
property name of transformer configuration which indicates transformers for the ContentGenerator servicestatic final String
Name of the property that provides the plain text variant of a mailstatic final String
Name of the property that provides an explicit mail subjectstatic final String[]
Array containing the names of all campaign related properties that need to be removed if a page is copiedstatic final String
Parameter that specifies the delivery to get meta data forstatic final String[]
Defines the base resource types for a newsletter page to be sent with Adobe Campaign. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RT_CAMPAIGN_NEWSLETTER
Defines the base resource types for a newsletter page to be sent with Adobe Campaign. -
PN_CAMPAIGN_UUID
Name of the property keeping track of the newsletter UUID.- See Also:
-
PN_CAMPAIGN_LINKS
Name of the property keeping track of linked Adobe Campaign deliveries.- See Also:
-
PN_CAMPAIGN_APPROVED
Name of the property keeping track of the newsletter approval.- See Also:
-
PN_CAMPAIGN_LOCKED_BY
Name of the property keeping track of the delivery that requested a lock.- See Also:
-
PN_CAMPAIGN_SENT_BY
Name of the property keeping track of the delivery that was used to send the newsletter.- See Also:
-
PN_MAIL_SUBJECT
Name of the property that provides an explicit mail subject- See Also:
-
PN_MAIL_PLAINTEXT
Name of the property that provides the plain text variant of a mail- See Also:
-
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
Permalink endpoint. Newsletter are accessible at ENDPOINT_PATH/${uuid}.- See Also:
-
PRM_DELIVERY
Parameter that specifies the delivery to get meta data for- See Also:
-
AC_TEMPLATE_ID_AEM
Value for acTemplateId used to get metadata for email delivery with AEM content- See Also:
-
PN_CONTENT_TYPE
property name of transformer configuration which indicates transformers for the ContentGenerator service- See Also:
-
CAMPAIGN_CONTENT
property value of transformer configuration which indicates transformers for the ContentGenerator service- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-