Package | Description |
---|---|
org.hippoecm.hst.content.beans.standard |
Modifier and Type | Method and Description |
---|---|
List<HippoDocumentBean> |
HippoFolderBean.getDocuments()
This method returns the
List of HippoDocumentBean s in the order they are in the repository. |
List<HippoDocumentBean> |
HippoFolderBean.getDocuments(boolean sorted)
This method enables to get the
List of HippoDocumentBean s according their Comparable.compareTo(Object) . |
List<HippoDocumentBean> |
HippoFolderBean.getDocuments(int from,
int to)
Returns a view of the portion of the list of HippoDocumentBean between the specified
from , inclusive, and to |
List<HippoDocumentBean> |
HippoFolderBean.getDocuments(int from,
int to,
boolean sorted)
Returns a view of the portion of the list of HippoDocumentBean between the specified
from , inclusive, and to |
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.