public interface PageMoveContext extends PageActionContext
PageMoveEvent
.Modifier and Type | Method and Description |
---|---|
javax.jcr.Node |
getNewParentSiteMapNode()
returns the new parent
Node to which the page move action is targeted, or null in case
the target is a root siteMapItem |
javax.jcr.Node |
getNewSiteMapItemNode() |
javax.jcr.Node |
getOriginalParentSiteMapNode() |
getEditingMount, getRequestContext
javax.jcr.Node getOriginalParentSiteMapNode()
Node
belonging to the parent sitemap item of the page that is to be moved. This HstSiteMapItem
instance always
belongs to the PageActionContext.getEditingMount()
. This method never returns null
.javax.jcr.Node getNewParentSiteMapNode()
returns the new parent Node
to which the page move action is targeted, or null
in case
the target is a root siteMapItem
If it returns a non null
value, the returned Node
belongs to the PageActionContext.getEditingMount()
.
HstSiteMapItem
to which the page move action is targeted, or null
javax.jcr.Node getNewSiteMapItemNode()
session
created (but not yet persisted) site map item JCR Node
as a result of this move page actionCopyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.