Interface HippoRequestBean
-
- All Superinterfaces:
Comparable<HippoBean>
,ContentBean
,HippoBean
,IdentifiableContentBean
,NodeAware
,ObjectConverterAware
public interface HippoRequestBean extends HippoBean
The base interface for all bean implementing a hippo request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HippoBean
getDocument()
String
getReason()
Calendar
getRequestDate()
String
getRequestUsername()
String
getType()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean
equalCompare, getAvailableTranslations, getBean, getBean, getBeanByUUID, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getComparePath, getContentType, getDisplayName, getEqualComparator, getLinkedBean, getLinkedBeans, getMultipleProperty, getMultipleProperty, getName, getNode, getParentBean, getPath, getProperties, getProperty, getSingleProperty, getSingleProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, isVersionedNode
-
Methods inherited from interface org.hippoecm.hst.content.beans.standard.IdentifiableContentBean
getIdentifier, getRepresentationId, setIdentifier
-
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
getObjectConverter, setObjectConverter
-
-
-
-
Method Detail
-
getType
String getType()
- Returns:
- the type of the request or
null
-
getDocument
HippoBean getDocument()
- Returns:
- the HippoBean this request is for or
null
-
getRequestDate
Calendar getRequestDate()
- Returns:
- the date the request takes place or
null
when not present
-
getRequestUsername
String getRequestUsername()
- Returns:
- the username for this request or
null
-
getReason
String getReason()
- Returns:
- the reason of the request, or
null
when there is not (yet) a reason
-
-