| Package | Description |
|---|---|
| org.exoplatform.outlook |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.forum.service.Topic |
OutlookServiceImpl.OutlookSpaceImpl.addForumTopic(OutlookMessage message)
Adds the forum topic.
|
abstract org.exoplatform.forum.service.Topic |
OutlookSpace.addForumTopic(OutlookMessage message)
Adds the forum topic.
|
org.exoplatform.forum.service.Topic |
OutlookServiceImpl.UserImpl.addForumTopic(String categoryId,
String forumId,
OutlookMessage message)
Adds the forum topic.
|
abstract org.exoplatform.forum.service.Topic |
OutlookUser.addForumTopic(String categoryId,
String forumId,
OutlookMessage message)
Adds the forum topic.
|
protected javax.jcr.Node |
OutlookServiceImpl.addMessageFile(javax.jcr.Node parent,
OutlookMessage message)
Adds the message file.
|
org.exoplatform.wiki.mow.api.Page |
OutlookServiceImpl.UserImpl.addWikiPage(OutlookMessage message)
Adds the wiki page.
|
org.exoplatform.wiki.mow.api.Page |
OutlookServiceImpl.OutlookSpaceImpl.addWikiPage(OutlookMessage message)
Adds the wiki page.
|
abstract org.exoplatform.wiki.mow.api.Page |
OutlookUser.addWikiPage(OutlookMessage message)
Adds the wiki page.
|
abstract org.exoplatform.wiki.mow.api.Page |
OutlookSpace.addWikiPage(OutlookMessage message)
Adds the wiki page.
|
protected String |
OutlookServiceImpl.messageSummary(OutlookMessage message)
Generate message summary text.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookServiceImpl.UserImpl.postActivity(OutlookMessage message)
Post activity.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookServiceImpl.OutlookSpaceImpl.postActivity(OutlookMessage message)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookUser.postActivity(OutlookMessage message)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookSpace.postActivity(OutlookMessage message)
Post activity.
|
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.