Package com.adobe.cq.xf
Class ExperienceFragmentsConstants
java.lang.Object
com.adobe.cq.xf.ExperienceFragmentsConstants
Constants used by the Experience Fragments feature.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe path where experience fragments are storedstatic final StringDefault value for "cq:xfVariantType"static final StringThe externalizer name property to Adobe Target.static final StringThe export format property to Adobe Target.static final StringThe workspace ID property to export the Experience Fragments to a specific Adobe Target workspacestatic final StringThe cloud service configs paths propertystatic final StringThe property of the editor core component which holds the path to the experience fragment variation pagestatic final StringThe property of the editor component which holds the path to the experience fragment variation pagestatic final StringUsed in filtering the Experience Fragments that will be displayed in the side-panel of the editorstatic final StringThe property which holds the offerId from Adobe Target, if the variation is exported as an offerstatic final StringThe property which indicates the main variation (usually is the first one created), which was previously named "master" variation.static final StringThe property which indicates the master variation (usually is the first one created).static final StringThe property which indicates the social media post IDstatic final StringThe property which indicates the date of the last social media actionstatic final StringThe property which indicates the last social media action status One of: 'Not Posted', 'Posted', 'Deleted'.static final StringThe property of the Experience Fragment variant that specifies variant's typestatic final StringThe resource super type of the Experience Fragment Core component used in the editorstatic final StringThe resource type of the Experience Fragment component used in the editorstatic final StringThe resource type of the Experience Fragment Core component used in the editorstatic final StringThe resource type of the Experience Fragment "main" page, which was previously named "master" page.static final StringThe resource type of the Experience Fragment "master" page.static final StringThe resource type of an Experience Fragment pagestatic final StringThe type of the "facebook" variationstatic final StringThe type of the "pinterest" variationstatic final StringThe type of the "web" variation -
Method Summary
-
Field Details
-
PN_SHOW_IN_EDITOR
Used in filtering the Experience Fragments that will be displayed in the side-panel of the editor- See Also:
-
RT_EXPERIENCE_FRAGMENT_MAIN
The resource type of the Experience Fragment "main" page, which was previously named "master" page.- See Also:
-
RT_EXPERIENCE_FRAGMENT_MASTER
The resource type of the Experience Fragment "master" page. This constant might be deprecated and thereforeRT_EXPERIENCE_FRAGMENT_MAINshould be preferred instead.- See Also:
-
RT_EXPERIENCE_FRAGMENT_PAGE
The resource type of an Experience Fragment page- See Also:
-
RT_EXPERIENCE_FRAGMENT_COMPONENT
The resource type of the Experience Fragment component used in the editor- See Also:
-
RT_EXPERIENCE_FRAGMENT_CORE_COMPONENT
The resource type of the Experience Fragment Core component used in the editor- See Also:
-
RESOURCE_SUPER_TYPE_EXPERIENCE_FRAGMENT_CORE_COMPONENT
The resource super type of the Experience Fragment Core component used in the editor- See Also:
-
PN_FRAGMENT_PATH
The property of the editor component which holds the path to the experience fragment variation page- See Also:
-
PN_CORE_FRAGMENT_PATH
The property of the editor core component which holds the path to the experience fragment variation page- See Also:
-
PN_XF_VARIANT_TYPE
The property of the Experience Fragment variant that specifies variant's type- See Also:
-
CUSTOM_XF_VARIANT_TYPE
Default value for "cq:xfVariantType"- See Also:
-
TYPE_XF_VARIANT_FACEBOOK
The type of the "facebook" variation- See Also:
-
TYPE_XF_VARIANT_PINTEREST
The type of the "pinterest" variation- See Also:
-
TYPE_XF_VARIANT_WEB
The type of the "web" variation- See Also:
-
PN_XF_MAIN_VARIATION
The property which indicates the main variation (usually is the first one created), which was previously named "master" variation.- See Also:
-
PN_XF_MASTER_VARIATION
The property which indicates the master variation (usually is the first one created). This constant might be deprecated and therefore thePN_XF_MAIN_VARIATIONshould be preferred instead.- See Also:
-
PN_XF_POST_ID
The property which indicates the social media post ID- See Also:
-
PN_XF_SOCIAL_ACTION_STATUS
The property which indicates the last social media action status One of: 'Not Posted', 'Posted', 'Deleted'.- See Also:
-
PN_XF_SOCIAL_ACTION
The property which indicates the date of the last social media action- See Also:
-
PN_TARGET_OFFER_ID
The property which holds the offerId from Adobe Target, if the variation is exported as an offer- See Also:
-
CONTENT_PATH
The path where experience fragments are stored- See Also:
-
PN_ADOBE_TARGET_FORMAT
The export format property to Adobe Target. Possible values: 'html', 'json' and 'html,json'- See Also:
-
PN_ADOBE_TARGET_WORKSPACE
The workspace ID property to export the Experience Fragments to a specific Adobe Target workspace- See Also:
-
PN_CLOUD_SERVICE_CONFIGS
The cloud service configs paths property- See Also:
-
PN_ADOBE_TARGET_EXTERNALIZER
The externalizer name property to Adobe Target. Possible values: 'author', 'publish','local' and custom ones- See Also:
-