public interface HippoMirrorBean extends HippoBean
Modifier and Type | Method and Description |
---|---|
HippoBean |
getDeref()
Deprecated.
since 2.28.00 use
getReferencedBean() instead |
HippoBean |
getReferencedBean()
When you want the HippoBean that this mirror represents, you can use this method.
|
equalCompare, getAvailableTranslations, getBean, getBean, getBeanByUUID, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getDisplayName, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf
getIdentifier, setIdentifier
getObjectConverter, setObjectConverter
compareTo
HippoBean getReferencedBean()
When you want the HippoBean that this mirror represents, you can use this method.
If the mirror is pointing to a hippo:handle
, then only a HippoBean
is returned
if a child node (document) with the same name is present.
A HippoBean
for the document (child) is then returned. If no such child,
null
is returned.
If the mirror point to a node that is not of type hippo:handle
, a HippoBean
for that
node is returned.
HippoBean
by this mirror or null
when missing@Deprecated HippoBean getDeref()
getReferencedBean()
insteadCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.