public class DocumentProviderUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentProviderUtils.NodeLinkAwareCreator
Simple data creator, just creates the node result itself
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSortType(String sortType) |
static DocumentProviderUtils |
getInstance() |
LazyPageList<NodeLinkAware> |
getPageList(String ws,
String path,
Preference pref,
Set<String> allItemFilter,
Set<String> allItemByTypeFilter,
NodeLinkAware parent) |
<E> LazyPageList<E> |
getPageList(String ws,
String path,
Preference pref,
Set<String> allItemFilter,
Set<String> allItemByTypeFilter,
SearchDataCreator<E> dataCreater) |
public static DocumentProviderUtils getInstance()
public boolean canSortType(String sortType)
public <E> LazyPageList<E> getPageList(String ws, String path, Preference pref, Set<String> allItemFilter, Set<String> allItemByTypeFilter, SearchDataCreator<E> dataCreater) throws Exception
Exceptionpublic LazyPageList<NodeLinkAware> getPageList(String ws, String path, Preference pref, Set<String> allItemFilter, Set<String> allItemByTypeFilter, NodeLinkAware parent) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.