<T extends HippoBean> HippoAvailableTranslationsBean<T> |
HippoBean.getAvailableTranslations() |
|
<T extends HippoBean> HippoAvailableTranslationsBean<T> |
HippoDocumentBean.getAvailableTranslations(Class<T> beanMappingClass) |
|
<T extends HippoBean> T |
HippoBean.getCanonicalBean() |
Returns the canonical version of the current HippoBean or null in case that the backing Node is pure virtual, which
is the case for example for some faceted navigation nodes.
|
String |
HippoDocumentBean.getCanonicalHandlePath() |
Returns the jcr path of the backing canonical handle jcr node or null when
|
String |
HippoDocumentBean.getCanonicalHandleUUID() |
Returns the jcr uuid of the backing canonical handle jcr node or null when
|
String |
HippoBean.getCanonicalPath() |
Returns the jcr path of the backing canonical (physical) jcr node or null when
|
String |
HippoBean.getCanonicalUUID() |
Returns the jcr uuid of the backing canonical (physical) jcr node or null when
|
default String |
HippoBean.getComparePath() |
Returns the canonical path
|
String |
HippoHtmlBean.getContent() |
Since in the Page Model API (PMA) we do not want to serialize the raw String content (but instead a rewritten
content resolving internal links), we ignore the HippoHtmlBean.getContent() in PMA via @PageModelIgnore
|
String |
HippoHtmlBean.getDisplayName() |
|
List<HippoDocumentBean> |
HippoFolderBean.getDocuments() |
|
Map<Object,Object> |
HippoBean.getEqualComparator() |
A convenience method capable of comparing two HippoBean instances for you for the underlying jcr node.
|
List<HippoFolderBean> |
HippoFolderBean.getFolders() |
|
String |
IdentifiableContentBean.getIdentifier() |
This returns the identifier of the backing provider for this bean, for example some UUID or
/documents/content/myprojec/news/article or http://www.example.com/foo/bar, or a RDBMS id, etc
It is not allowed for any implementation to return null
|
BigDecimal |
HippoResourceBean.getLengthKB() |
Return size in kilobytes
|
BigDecimal |
HippoResourceBean.getLengthMB() |
Return size in kilobytes
|
Locale |
HippoTranslated.getLocale() |
Returns the Locale for content bean.
|
String |
HippoHtmlBean.getName() |
|
Node |
HippoBean.getNode() |
This returns the backing jcr node for this bean.
|
HippoBean |
HippoBean.getParentBean() |
Returns the parent bean wrt this bean.
|
String |
HippoBean.getPath() |
This returns the absolute path of the backing jcr node for this bean, for example /documents/content/myprojec/news/article
When the jcr node is virtual, it returns the virtual path.
|
Map<String,Object> |
HippoBean.getProperties() |
|
Map<String,Object> |
HippoBean.getProperty() |
|
HippoBean |
HippoMirrorBean.getReferencedBean() |
When you want the HippoBean that this mirror represents, you can use this method.
|
default String |
HippoCompoundBean.getRepresentationId() |
in the Page Model API we do not want to show uuid for nodes below a document (compound)
|
default String |
HippoHtmlBean.getRepresentationId() |
in the Page Model API we do not want to show uuid for nodes below a document (compound)
|
default String |
HippoMirrorBean.getRepresentationId() |
in the Page Model API we do not want to show uuid for nodes below a document (compound)
|
default String |
HippoResourceBean.getRepresentationId() |
in the Page Model API we do not want to show uuid for nodes below a document (compound)
|
JCRValueProvider |
HippoBean.getValueProvider() |
|
boolean |
HippoResourceBean.isBlank() |
Return true if this resource contains blank data and should not be used by the frontend.
|
boolean |
HippoBean.isHippoDocumentBean() |
|
boolean |
HippoBean.isHippoFolderBean() |
|
boolean |
HippoBean.isLeaf() |
|
boolean |
HippoBean.isVersionedNode() |
|