protected class OutlookServiceImpl.PersonalDocuments extends Object implements UserDocuments
| Modifier and Type | Field and Description |
|---|---|
protected javax.jcr.Node |
driveNode |
| Modifier | Constructor and Description |
|---|---|
protected |
PersonalDocuments(javax.jcr.Node node)
Instantiates a new personal documents folder.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<File> |
findAllLastDocuments(String text)
Find all last documents.
|
Collection<File> |
findLastDocuments(String text)
Find last documents.
|
protected String |
getDriveName()
Gets the drive name.
|
Folder |
getFolder(String path)
Gets the folder.
|
org.exoplatform.outlook.OutlookServiceImpl.PersonalDocuments.PersonalFolder |
getRootFolder()
Gets the root folder.
|
protected PersonalDocuments(javax.jcr.Node node)
throws javax.jcr.RepositoryException,
OutlookException
node - the nodejavax.jcr.RepositoryException - the repository exceptionOutlookException - the outlook exceptionpublic org.exoplatform.outlook.OutlookServiceImpl.PersonalDocuments.PersonalFolder getRootFolder()
throws OutlookException,
javax.jcr.RepositoryException
getRootFolder in interface UserDocumentsOutlookException - the outlook exceptionjavax.jcr.RepositoryException - the repository exceptionpublic Folder getFolder(String path) throws OutlookException, javax.jcr.RepositoryException
getFolder in interface UserDocumentspath - the pathOutlookException - the outlook exceptionjavax.jcr.RepositoryException - the repository exceptionpublic Collection<File> findAllLastDocuments(String text) throws javax.jcr.RepositoryException, OutlookException
findAllLastDocuments in interface UserDocumentstext - the textjavax.jcr.RepositoryException - the repository exceptionOutlookException - the outlook exceptionpublic Collection<File> findLastDocuments(String text) throws javax.jcr.RepositoryException, OutlookException
findLastDocuments in interface UserDocumentstext - the textjavax.jcr.RepositoryException - the repository exceptionOutlookException - the outlook exceptionprotected String getDriveName()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.