public interface ChannelManagerEvent
Modifier and Type | Method and Description |
---|---|
Blueprint |
getBlueprint()
Returns a blueprint object which is being used during the channel creation.
|
Channel |
getChannel() |
String |
getChannelId()
Deprecated.
since 3.2.0 (CMS 10.2.0). Use
getChannel().getId() instead |
javax.jcr.Node |
getConfigRootNode() |
Blueprint getBlueprint()
@Deprecated String getChannelId()
getChannel().getId()
insteadChannel getChannel()
Channel
which was used as an input during channel creation or update. This will never return
null
javax.jcr.Node getConfigRootNode()
Node
for /hst:hst. This will never return null
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.