org.hippoecm.hst.content.beans.standard
Interface HippoRequestBean

All Superinterfaces:
Comparable<HippoBean>, HippoBean, NodeAware, ObjectConverterAware
All Known Implementing Classes:
HippoRequest, HippoStdPubWfRequest

public interface HippoRequestBean
extends HippoBean

The base interface for all bean implementing a hippo request


Method Summary
 HippoBean getDocument()
           
 String getReason()
           
 Calendar getRequestDate()
           
 String getRequestUsername()
           
 String getType()
           
 
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean
equalCompare, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf
 
Methods inherited from interface org.hippoecm.hst.content.beans.NodeAware
setNode
 
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
getObjectConverter, setObjectConverter
 
Methods inherited from interface java.lang.Comparable
compareTo
 

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


Copyright © 2008-2012 Hippo. All Rights Reserved.