| Package | Description |
|---|---|
| org.exoplatform.outlook | |
| org.exoplatform.outlook.jcr |
| Modifier and Type | Class and Description |
|---|---|
protected class |
OutlookServiceImpl.UserFile
The Class UserFile.
|
| Modifier and Type | Method and Description |
|---|---|
protected File |
OutlookServiceImpl.UserFolder.newFile(Folder parent,
javax.jcr.Node node)
New file.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<File> |
OutlookServiceImpl.PersonalDocumentsFolder.findAllLastDocuments(String text)
Find all last documents.
|
Collection<File> |
OutlookServiceImpl.PersonalDocumentsFolder.findLastDocuments(String text)
Find last documents.
|
Collection<File> |
OutlookServiceImpl.OutlookSpaceImpl.findLastDocuments(String text)
Find last documents.
|
abstract Collection<File> |
OutlookSpace.findLastDocuments(String text)
Find last documents.
|
List<File> |
OutlookService.saveAttachment(Folder destFolder,
OutlookUser user,
String comment,
String messageId,
String attachmentToken,
String... attachmentIds)
Save attachment.
|
List<File> |
OutlookServiceImpl.saveAttachment(Folder destFolder,
OutlookUser user,
String comment,
String messageId,
String attachmentToken,
String... attachmentIds)
Save attachment.
|
List<File> |
OutlookService.saveAttachment(OutlookSpace space,
Folder folder,
OutlookUser user,
String comment,
String messageId,
String attachmentToken,
String... attachmentIds)
Save attachment.
|
List<File> |
OutlookServiceImpl.saveAttachment(OutlookSpace space,
Folder destFolder,
OutlookUser user,
String comment,
String messageId,
String attachmentToken,
String... attachmentIds)
Save attachment.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OutlookServiceImpl.fetchQuery(javax.jcr.query.QueryResult qr,
int limit,
Set<File> res)
Fetch query.
|
protected void |
OutlookServiceImpl.fetchQuery(javax.jcr.query.QueryResult qr,
int limit,
Set<File> res,
Predicate<javax.jcr.Node> acceptNode)
Fetch query.
|
protected org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookServiceImpl.postAttachmentActivity(Folder destFolder,
List<File> files,
OutlookUser user,
String comment)
Post attachment activity.
|
| Modifier and Type | Field and Description |
|---|---|
protected ThreadLocal<Set<File>> |
Folder.files
The files.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract File |
Folder.newFile(Folder parent,
javax.jcr.Node node)
New file.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<File> |
UserDocuments.findAllLastDocuments(String text)
Find all last documents.
|
Collection<File> |
UserDocuments.findLastDocuments(String text)
Find last documents.
|
Set<File> |
Folder.getFiles()
Gets the files.
|
protected Set<File> |
Folder.readFiles()
Read files.
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.