public interface Touchpoint
Experience
at. For example a group (mailing
list) to which a newsletter can be sent.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountName()
The identification - for example screen name for Twitter.
|
Page |
getPage()
The resource of the account - as page.
|
MCMPlugin |
getPlugin() |
ValueMap |
getProperties()
Return the
jcr:contentNode in usable form. |
Resource |
getResource()
The resource of the account (not the content resource).
|
java.lang.String |
getServiceName()
Name of the service, for example 'Twitter'.
|
java.lang.String |
getTitle()
The name of the account in the JCR.
|
java.lang.String |
getUrlOnService()
If
#isPublished() , returns the link to the account's page on the service. |
java.lang.String |
getXPathAdditionToMatchTouchpointExperience()
Provide an expression that can be added in the condition part of an
XPath query to match experiences for this
Touchpoint . |
boolean |
isConnected()
If the account has been connected with a remote publishing service.
|
MCMPlugin getPlugin()
java.lang.String getXPathAdditionToMatchTouchpointExperience()
Touchpoint
. Experiences are
filtered by resource type only otherwise.boolean isConnected()
java.lang.String getAccountName()
java.lang.String getTitle()
ValueMap getProperties()
jcr:contentNode
in usable form.java.lang.String getServiceName()
java.lang.String getUrlOnService()
#isPublished()
, returns the link to the account's page on the service.
For example:
http://twitter.com/[twitterName].
Resource getResource()
Page getPage()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"