public interface HippoMirrorBean extends HippoBean
Modifier and Type | Method and Description |
---|---|
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, getComparePath, getDisplayName, getEqualComparator, getLinkedBean, getLinkedBeans, getMultipleProperty, getMultipleProperty, getName, getNode, getParentBean, getPath, getProperties, getProperty, getSingleProperty, getSingleProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, isVersionedNode
getIdentifier, getRepresentationId, 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 missingCopyright © 2008–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.