public interface Blueprint extends LabeledResource, Adaptable, JSONItem
actions that should be applied upon a
rollout of a Page from the Site template.
Note:| Modifier and Type | Method and Description |
|---|---|
boolean |
canUnlock()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
Page |
getAbsoluteParent(int level)
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.util.List<RolloutConfig> |
getBlueprintRolloutConfig(java.lang.String relPath,
boolean exact)
Access the Configuration defined for a Page that is part of this
Blueprint.
|
Resource |
getContentResource()
Deprecated.
since 5.4, access page instead
|
Resource |
getContentResource(java.lang.String relPath)
Deprecated.
since 5.4, access page instead
|
int |
getDepth()
Deprecated.
since 5.4, access page instead
|
java.lang.String |
getIconPath()
Returns the path to an icon for this template or
null if
this template does not provide an icon. |
java.util.Locale |
getLanguage(boolean ignoreContent)
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.util.Calendar |
getLastModified()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.lang.String |
getLastModifiedBy()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.lang.String |
getLockOwner()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.lang.String |
getNavigationTitle()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.util.Calendar |
getOffTime()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.util.Calendar |
getOnTime()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
PageManager |
getPageManager()
Deprecated.
since 5.4, access page instead
|
java.lang.String |
getPageTitle()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
Page |
getParent()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
Page |
getParent(int level)
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
ValueMap |
getProperties()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
ValueMap |
getProperties(java.lang.String relPath)
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.lang.Long |
getRanking()
Returns the ranking in the template list.
|
java.lang.String |
getSitePath()
Returns the site path of the blueprint
|
Tag[] |
getTags()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
Template |
getTemplate()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.lang.String |
getThumbnailPath()
Returns the path to a thumbnail for this template or
null
if the template does not provide a thumbnail. |
java.lang.String |
getVanityUrl()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
boolean |
hasChild(java.lang.String name)
Deprecated.
since 5.4, access page instead
|
boolean |
hasContent()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
boolean |
isHideInNav()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
boolean |
isLocked()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
boolean |
isValid()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
java.util.Iterator<Page> |
listChildren()
Deprecated.
since 5.4, access page instead
|
java.util.Iterator<Page> |
listChildren(Filter<Page> filter)
Deprecated.
since 5.4, access page instead
|
void |
lock()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
long |
timeUntilValid()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
void |
unlock()
Deprecated.
since 5.4, Page Blueprint is not required to be a Page
|
getDescription, getName, getPath, getTitlejava.lang.String getIconPath()
null if
this template does not provide an icon.nulljava.lang.String getThumbnailPath()
null
if the template does not provide a thumbnail.nulljava.lang.Long getRanking()
java.lang.String getSitePath()
java.util.List<RolloutConfig> getBlueprintRolloutConfig(java.lang.String relPath, boolean exact) throws WCMException
root.
If you want to access the configuration for the root itself pass
null.
The method returns the RolloutConfig that is effective on the given path.
If you only want to access the Config that is specified on the given Page
set the exact argument to be true.relPath - a Path relative to the Blueprint's Site root.exact - if false the configuration that is effective is returned, if
true only the configuration configured at the path is returnedRolloutConfigs
for the given Path or null if noneWCMException - in case of error accessing the Blueprint@Deprecated PageManager getPageManager()
@Deprecated Resource getContentResource()
@Deprecated Resource getContentResource(java.lang.String relPath)
@Deprecated java.util.Iterator<Page> listChildren()
@Deprecated java.util.Iterator<Page> listChildren(Filter<Page> filter)
@Deprecated boolean hasChild(java.lang.String name)
@Deprecated int getDepth()
@Deprecated Page getParent()
@Deprecated Page getParent(int level)
@Deprecated Page getAbsoluteParent(int level)
@Deprecated ValueMap getProperties()
@Deprecated ValueMap getProperties(java.lang.String relPath)
@Deprecated java.lang.String getPageTitle()
@Deprecated java.lang.String getNavigationTitle()
@Deprecated boolean isHideInNav()
@Deprecated boolean hasContent()
@Deprecated boolean isValid()
@Deprecated long timeUntilValid()
@Deprecated java.util.Calendar getOnTime()
@Deprecated java.util.Calendar getOffTime()
@Deprecated java.lang.String getLastModifiedBy()
@Deprecated java.util.Calendar getLastModified()
@Deprecated java.lang.String getVanityUrl()
@Deprecated Tag[] getTags()
@Deprecated
void lock()
throws WCMException
WCMException@Deprecated boolean isLocked()
@Deprecated java.lang.String getLockOwner()
@Deprecated boolean canUnlock()
@Deprecated
void unlock()
throws WCMException
WCMException@Deprecated Template getTemplate()
@Deprecated java.util.Locale getLanguage(boolean ignoreContent)
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"