Generated by
JDiff

Interface com.day.cq.wcm.msm.api.Blueprint

Removed interface com.day.cq.wcm.api.msm.Blueprint.

Changed Methods
Page getAbsoluteParent(int) Change in return type from com.day.cq.wcm.api.Page to Page.
since 5.4, Page Blueprint is not required to be a Page
List getBlueprintRolloutConfig(String, boolean) Change in exceptions thrown from com.day.cq.wcm.api.WCMException to WCMException.
Access the Configuration defined for a Page that is part of this Blueprint.
PageManager getPageManager() Change in return type from com.day.cq.wcm.api.PageManager to PageManager.
since 5.4, access page instead
Tag[] getTags() Change in return type from com.day.cq.tagging.Tag[] to Tag[].
since 5.4, Page Blueprint is not required to be a Page
Template getTemplate() Change in return type from com.day.cq.wcm.api.Template to Template.
since 5.4, Page Blueprint is not required to be a Page
void lock() Change in exceptions thrown from com.day.cq.wcm.api.WCMException to WCMException.
since 5.4, Page Blueprint is not required to be a Page
void unlock() Change in exceptions thrown from com.day.cq.wcm.api.WCMException to WCMException.
since 5.4, Page Blueprint is not required to be a Page
Page getParent() Change in return type from com.day.cq.wcm.api.Page to Page.
since 5.4, Page Blueprint is not required to be a Page
Page getParent(int) Change in return type from com.day.cq.wcm.api.Page to Page.
since 5.4, Page Blueprint is not required to be a Page