public interface HippoDocumentBean extends HippoBean, HippoTranslated
Modifier and Type | Method and Description |
---|---|
<T extends HippoBean> |
getAvailableTranslations(Class<T> beanMappingClass) |
String |
getCanonicalHandlePath()
Returns the jcr path of the backing canonical handle jcr node or
null when |
String |
getCanonicalHandleUUID()
Returns the jcr uuid of the backing canonical handle jcr node or
null when |
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
getLocale, getLocaleString
String getCanonicalHandleUUID()
null
when
null
HippoBean.getCanonicalUUID()
String getCanonicalHandlePath()
null
when
null
HippoBean.getCanonicalPath()
<T extends HippoBean> HippoAvailableTranslationsBean<T> getAvailableTranslations(Class<T> beanMappingClass)
beanMappingClass
- only return translations of type beanMappingClass
HippoAvailableTranslationsBean
where the translations must be of type beanMappingClass
. This method never returns null
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.