| Package | Description |
|---|---|
| org.exoplatform.outlook | |
| org.exoplatform.outlook.mail |
| Modifier and Type | Class and Description |
|---|---|
protected class |
OutlookServiceImpl.UserImpl
The Class UserImpl.
|
| Modifier and Type | Field and Description |
|---|---|
protected OutlookUser |
OutlookMessage.user
The user.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,OutlookUser> |
OutlookServiceImpl.authenticated
Authenticated users.
|
| Modifier and Type | Method and Description |
|---|---|
OutlookUser |
OutlookMessage.getUser()
Gets the user.
|
OutlookUser |
OutlookService.getUser(String email,
String userName,
String ewsUrl)
Build Outlook user object and associate it with current user in eXo portal.
|
OutlookUser |
OutlookServiceImpl.getUser(String email,
String displayName,
String ewsUrl)
Build Outlook user object and associate it with current user in eXo portal.
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.forum.service.Topic |
OutlookServiceImpl.OutlookSpaceImpl.addForumTopic(OutlookUser user,
String name,
String text)
Adds the forum topic.
|
abstract org.exoplatform.forum.service.Topic |
OutlookSpace.addForumTopic(OutlookUser user,
String name,
String text)
Adds the forum topic.
|
OutlookMessage |
OutlookService.buildMessage(String messageId,
OutlookUser user,
OutlookEmail from,
List<OutlookEmail> to,
Calendar created,
Calendar modified,
String title,
String subject,
String body)
Build Outlook message object.
|
OutlookMessage |
OutlookServiceImpl.buildMessage(String id,
OutlookUser user,
OutlookEmail from,
List<OutlookEmail> to,
Calendar created,
Calendar modified,
String title,
String subject,
String body)
Build Outlook message object.
|
OutlookMessage |
OutlookService.getMessage(OutlookUser user,
String messageId,
String messageToken)
Read Outlook message from server.
|
OutlookMessage |
OutlookServiceImpl.getMessage(OutlookUser user,
String messageId,
String messageToken)
Read Outlook message from server.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookServiceImpl.OutlookSpaceImpl.postActivity(OutlookUser user,
String text)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookSpace.postActivity(OutlookUser user,
String text)
Post activity.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookServiceImpl.OutlookSpaceImpl.postActivity(OutlookUser user,
String title,
String body)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookSpace.postActivity(OutlookUser user,
String title,
String body)
Post activity.
|
protected org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookServiceImpl.postAttachmentActivity(Folder destFolder,
List<File> files,
OutlookUser user,
String comment)
Post attachment activity.
|
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.
|
| Constructor and Description |
|---|
OutlookMessage(OutlookUser user)
Instantiates a new outlook message.
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.ws.frameworks.json.value.JsonValue |
MailAPI.getAttachment(OutlookUser user,
String messageId,
String attachmentToken,
String attachmentId)
Gets the attachment.
|
org.exoplatform.ws.frameworks.json.value.JsonValue |
MailAPI.getMessage(OutlookUser user,
String messageId,
String messageToken)
Gets the message.
|
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.