Package com.day.cq.wcm.api.msm
Interface Blueprint
-
- All Superinterfaces:
Adaptable
,JSONItem
,LabeledResource
,Page
- All Known Subinterfaces:
Blueprint
@ConsumerType @Deprecated public interface Blueprint extends Page, JSONItem
Deprecated.since 5.4 useBlueprint
insteadDefines the interface of a CQ WCM Blueprint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getIconPath()
Deprecated.Returns the path to an icon for this template ornull
if this template does not provide an icon.java.lang.Long
getRanking()
Deprecated.Returns the ranking in the template list.java.lang.String
getSitePath()
Deprecated.Returns the site path of the blueprintjava.lang.String
getThumbnailPath()
Deprecated.Returns the path to a thumbnail for this template ornull
if the template does not provide a thumbnail.-
Methods inherited from interface com.day.cq.commons.LabeledResource
getDescription
-
Methods inherited from interface com.day.cq.wcm.api.Page
canUnlock, getAbsoluteParent, getContentResource, getContentResource, getDeleted, getDeletedBy, getDepth, getLanguage, getLanguage, getLastModified, getLastModifiedBy, getLockOwner, getName, getNavigationTitle, getOffTime, getOnTime, getPageManager, getPageTitle, getParent, getParent, getPath, getProperties, getProperties, getTags, getTemplate, getTitle, getVanityUrl, hasChild, hasContent, isHideInNav, isLocked, isValid, listChildren, listChildren, listChildren, lock, timeUntilValid, unlock
-
-
-
-
Method Detail
-
getIconPath
java.lang.String getIconPath()
Deprecated.Returns the path to an icon for this template ornull
if this template does not provide an icon.- Returns:
- the path to an icon or
null
-
getThumbnailPath
java.lang.String getThumbnailPath()
Deprecated.Returns the path to a thumbnail for this template ornull
if the template does not provide a thumbnail.- Returns:
- the path to a thumbnail or
null
-
getRanking
java.lang.Long getRanking()
Deprecated.Returns the ranking in the template list.- Returns:
- the ranking
-
getSitePath
java.lang.String getSitePath()
Deprecated.Returns the site path of the blueprint- Returns:
- path
-
-