public interface UserDocuments
| Modifier and Type | Method and Description |
|---|---|
Collection<File> |
findAllLastDocuments(String text)
Find all last documents.
|
Collection<File> |
findLastDocuments(String text)
Find last documents.
|
Folder |
getFolder(String path)
Gets the folder.
|
Folder |
getRootFolder()
Gets the root folder.
|
Folder getFolder(String path) throws OutlookException, javax.jcr.RepositoryException
path - the pathOutlookException - the outlook exceptionjavax.jcr.RepositoryException - the repository exceptionFolder getRootFolder() throws OutlookException, javax.jcr.RepositoryException
OutlookException - the outlook exceptionjavax.jcr.RepositoryException - the repository exceptionCollection<File> findAllLastDocuments(String text) throws javax.jcr.RepositoryException, OutlookException
text - the textjavax.jcr.RepositoryException - the repository exceptionOutlookException - the outlook exceptionCollection<File> findLastDocuments(String text) throws javax.jcr.RepositoryException, OutlookException
text - the textjavax.jcr.RepositoryException - the repository exceptionOutlookException - the outlook exceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.