Uses of Interface
org.hippoecm.hst.content.beans.standard.HippoDocumentBean
-
Packages that use HippoDocumentBean Package Description org.hippoecm.hst.content.beans.standard -
-
Uses of HippoDocumentBean in org.hippoecm.hst.content.beans.standard
Methods in org.hippoecm.hst.content.beans.standard that return types with arguments of type HippoDocumentBean Modifier and Type Method Description List<HippoDocumentBean>
HippoFolderBean. getDocuments()
This method returns theList
ofHippoDocumentBean
s in the order they are in the repository.List<HippoDocumentBean>
HippoFolderBean. getDocuments(boolean sorted)
This method enables to get theList
ofHippoDocumentBean
s according theirComparable.compareTo(Object)
.List<HippoDocumentBean>
HippoFolderBean. getDocuments(int from, int to)
Returns a view of the portion of the list of HippoDocumentBean between the specifiedfrom
, inclusive, andto
, exclusive.
List<HippoDocumentBean>
HippoFolderBean. getDocuments(int from, int to, boolean sorted)
Returns a view of the portion of the list of HippoDocumentBean between the specifiedfrom
, inclusive, andto
, exclusive.
-