public abstract class OutlookUser extends OutlookEmail
| Modifier and Type | Field and Description |
|---|---|
protected String |
localUser |
protected URI |
mailServerUrl |
displayName, email| Modifier | Constructor and Description |
|---|---|
protected |
OutlookUser(String email,
String displayName,
String localUser) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.exoplatform.forum.service.Topic |
addForumTopic(String categoryId,
String forumId,
OutlookMessage message) |
abstract org.exoplatform.wiki.mow.api.Page |
addWikiPage(OutlookMessage message) |
String |
getLocalUser() |
URI |
getMailServerUrl() |
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(OutlookMessage message) |
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(String text) |
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
postActivity(String title,
String body) |
protected void |
setMailServerUrl(URI mailServerUrl) |
getDisplayName, getEmail, setEmail, toStringpublic String getLocalUser()
public URI getMailServerUrl()
protected void setMailServerUrl(URI mailServerUrl)
public abstract org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(OutlookMessage message) throws OutlookException
OutlookExceptionpublic abstract org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(String title, String body) throws Exception
Exceptionpublic abstract org.exoplatform.social.core.activity.model.ExoSocialActivity postActivity(String text) throws Exception
Exceptionpublic abstract org.exoplatform.wiki.mow.api.Page addWikiPage(OutlookMessage message) throws Exception
Exceptionpublic abstract org.exoplatform.forum.service.Topic addForumTopic(String categoryId, String forumId, OutlookMessage message) throws Exception
ExceptionCopyright © 2003–2016 eXo Platform SAS. All rights reserved.