@Indexable(ignore=true) public class HippoMirror extends HippoFolder implements HippoMirrorBean
HippoItem.ComparatorMap
hippoDocuments, hippoFolders
comparePath, detached, displayName, localizedName, name, node, objectConverter, path, valueProvider
Constructor and Description |
---|
HippoMirror() |
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.
|
getDocumentIterator, getDocuments, getDocuments, getDocuments, getDocuments, getDocuments, getDocumentSize, getFolders, getFolders, getLocale, getLocaleString
attach, compareTo, detach, equalCompare, equals, getAvailableTranslations, getBean, getBean, getBeanByUUID, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getComparePath, getDisplayName, getEqualComparator, getIdentifier, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getObjectConverter, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, hashCode, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, setComparePath, setDisplayName, setIdentifier, setLocalizedName, setName, setNode, setObjectConverter, setPath
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
public 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.
getReferencedBean
in interface HippoMirrorBean
HippoBean
by this mirror or null
when missing@Deprecated public HippoBean getDeref()
getReferencedBean()
insteadgetDeref
in interface HippoMirrorBean
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.