public interface ExperienceFragmentConsoleItem
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getLastModified()
Returns the last modification date of the resource.
|
java.lang.String |
getLastModifiedBy()
Returns the name of the user that modified this resource.
|
java.lang.String |
getMasterVariationPath()
Returns master variation path for XFs and the resource path for other resources.
|
java.lang.String |
getNavigatorHref()
Determines the URL that the user navigates when clicking the item.
|
Page |
getParentXf()
Returns the parent Experience Fragment for this variation
|
java.lang.String |
getPath()
Returns the path of the experience fragment.
|
java.util.Calendar |
getPublishedDate()
Returns the date that this resource was published (activated).
|
java.util.Set<java.lang.String> |
getQuickactionsRel()
Returns a set of relation identifiers for the quick actions.
|
java.lang.String |
getResourceType()
Returns the resource type of the experience fragment.
|
java.lang.String |
getTitle()
Returns the title of the experience fragment page.
|
java.lang.String |
getViewPreviewHref()
Returns the preview link for SM variations.
|
java.lang.String |
getViewPropertiesHref()
Returns the URL for the "Properties" action.
|
boolean |
isExperienceFragmentRoot()
Checks whether this resource is an experience fragment "root" page and not a variation.
|
boolean |
isExportedToAdobeTarget()
Checks if the experience fragment is exported as an Adobe Target offer.
|
boolean |
isFolder()
Checks whether the current item is a folder or not.
|
boolean |
isLiveCopy()
Checks whether the current resource is a live-copy or not.
|
boolean |
isNew()
Checks whether the page represented by this item was created in the last 24hrs.
|
boolean |
isSocial()
Returns 'true' if the page is a social variation.
|
java.lang.String getPath()
java.lang.String getResourceType()
java.lang.String getTitle()
java.util.Calendar getLastModified()
Calendar
objectjava.lang.String getLastModifiedBy()
java.util.Calendar getPublishedDate()
Calendar
object or null
if the page is not publishedjava.util.Set<java.lang.String> getQuickactionsRel() throws RepositoryException
RepositoryException
java.lang.String getViewPropertiesHref()
boolean isFolder()
true
if the resource of this item is a folder, and false
otherwise.boolean isLiveCopy()
true
if the page is a live-copy, and false
otherwise.boolean isNew()
true
if the page was created in the last 24hrs, false
otherwiseboolean isExperienceFragmentRoot()
Page getParentXf()
Page
which is the Experience Fragment if the current page is a variation or null
otherwisejava.lang.String getNavigatorHref()
boolean isExportedToAdobeTarget()
true
if the variation is exported to Adobe Target, false
otherwiseboolean isSocial()
java.lang.String getMasterVariationPath()
java.lang.String getViewPreviewHref()
"Copyright © 2010 - 2019 Adobe Systems Incorporated. All Rights Reserved"